Liquid Studio Documentation
User Interface Guide / Tool Windows / Breakpoints ToolWindow
In This Topic
Breakpoints ToolWindow
In This Topic

Liquid XML Studio Debugger - Breakpoints ToolWindow

Breakpoints can be set on any expression within the program being debugged. They will cause the debugger to enter the paused state when the current execution line reaches them.

Breakpoints can be toggled on and off using the toolbar (), the keyboard (F9) or by clicking into the editor margin.

Breakpoints are saved within the context of the active project. If no project is loaded then they are saved against the default project.

Breakpoints can be disabled, by un checking them or right clicking and selecting disable. A disabled breakpoint is ignored by the debugger, and displayed line this Disabled Breakpoint.

See Also