Set or remove breakpoints
-
- UpdatedAug 1, 2024
- 2 minutes to read
- Xanadu
- Building applications
Set breakpoints or conditional breakpoints to pause scripts at specific lines, and remove breakpoints when you are done debugging them.
Before you begin
- admin
- script_debugger
About this task
Note: At a specific line, you can set either a logpoint or
breakpoint but not both.
Procedure
Related Content
- Script Debugger step-through and console controls
After the Script Debugger pauses a script, use the step-through controls to move between script lines and move between scripts in the call stack. Use the Console controls to expand console, collapse console, clear console, and rerun expressions.