ESTK ignores try/catch during debugging
I hope it's not inappropriate to ask about the ESTK here. I use it frequently to debug code, but one irritating facet occasionally trips me up.The ESTK frequently (but not all the time) doesn't respect the try/catch. It will stop on the line in the try and not process the code in the catch. This happens despite my having "Don’t Break On Guarded Exceptions" checked under the Debug menu.
Is this a known issue? Is there a workaround? When I create a test document, of course it works as it should. But in my actual code this isn't the case. Is there some setting I could be adjusting within the code without realizing it?
When it's just a matter of skipping over a line, it doesn't really matter (I can click Run and it will usually move on). But more frequently I need my catch to do something and debugging becomes very difficult without it.