Toggle Breakpoints

A breakpoint is a point in a program that, when reached, triggers some special behavior useful to the process of debugging.

In the LN Studio, you can define multiple types of breakpoints:

  • You can easily set and remove line breakpoints, and define watchpoints, in the script editor.
  • You can toggle method breakpoints in the Outline view.

For details on these types of breakpoints, and on how to define them, see Using breakpoints.