|
Home >Online Product Documentation >Table of Contents >Using Breakpoints Using BreakpointsThe Stylus Studio debugger allows you to interrupt XQuery processing to gather information about variables and XQuery expression execution at particular points. Inserting Breakpoints
To insert a breakpoint:
1. In the XQuery in which you want to set a breakpoint, place your cursor where you want the breakpoint to be.
2. Click Toggle Breakpoint ![]() ![]() Removing Breakpoints
To remove a breakpoint:
1. Click in the line that has the breakpoint.
2. Press F9 or click Toggle Breakpoint.
Alternative: In the Stylus Studio tool bar, click Breakpoints ![]() Start Debugging
When your XQuery has one or more breakpoints set, start processing by clicking Start Debugging
l Step into - click ![]()
l Step over - click ![]()
l Step out - click ![]()
l Run to cursor - click ![]()
l Continue processing - press F5.
l Stop processing - click Stop Debugging
![]() |