Debug perspective

The Debug perspective provides functionality for software engineers to debug software components.

You can use this perspective to perform these actions:

  • Suspend and resume the execution of a component.
  • Step through the execution of a program.
  • Inspect values of variables.
  • Evaluate expressions.
  • Enable and disable breakpoints.

The perspective consists of multiple views and an editor area.

For detailed information on the views in the perspective, see these sections:

Note: By default, the Expressions view is not displayed in the Debug perspective. To open this view, select Window > Show View > Expressions.

For details on the LN Studio editors, which can run in the editor area, see these sections:

For details on how to debug LN sessions, see Debugging LN sessions.