Search code examples
wing-ide

In Wing IDE, how do I enable "break on exceptions" in the debugger? (exception-always-stop ())


This doc says there's an option for it, but how do I enable it?

exception-always-stop ()

http://www.wingide.com/doc/commands/debug


Solution

  • Found it

    Exceptions tab -> Options -> Configure -> Exceptions -> Report: -> Always Immediately

    I think what confused me was that instead of having a checkbox for "break on exceptions" like most IDEs, it is calling this "Report Exceptions Always Immediately" as an exception reporting mode, and it's under exception options and not debugger or breakpoint options