Hi - how do you prevent the Debugger Exception dialog appearing when encountering an error whilst debugging an IronPython script? I would have expected that the DebuggerErrorOccurred event of the ScriptDebugger object would trigger, allowing me to manually handle exceptions.
I have changed the debugger.Options.BreakOnExceptions and debugger.Options.BreakOnUnhandledExceptions properties, but all they seem to do is change the checkbox status on the Debugger Exception dialog.
Cheers,
John