First time here? Check out the FAQ!

Revision history  [back]

If your code is not stopping on an exception then you need to set a breakpoint so the debugger stops on a line. You can do this by clicking on the leftmost margin to the left of the editor, or use the items in the Debug menu. Once the debugger stops then you can inspect the process data from Stack Data or interact using a command line in the Debug Console.

If your code is not stopping on an exception then you need to set a breakpoint so the debugger stops on a line. You can do this by clicking on the leftmost margin to the left of the editor, or use the items in the Debug menu. Once One the debugger stops then you can inspect the process data from Stack Data or interact using a command line in the Debug Console.