TOC PREV NEXT INDEX

 


Manipulating Breakpoints


You can create breakpoints in the main Debugger window, as shown in Figure 1"TclPro Debugger Main Window" . To set a line-based breakpoint, click the code bar in the left margin in the Code display. The line-based breakpoint appears as a small stop sign, and causes the application to stop just before the line is executed.

To create a Variable breakpoint, click the left margin in the Variable display adjacent to the variable. The breakpoint appears as a large "V" in the Variable display. The "V" also appears in the code bar of the Code display when the variable breakpoint is triggered causing the application to stop. The variable breakpoint triggers when the value of the variable changes. You can also create breakpoints in the Breakpoint window; see Figure 13, "The Breakpoints Window."

To delete a breakpoint, click the breakpoint in the Code or Variable display.




http://www.ajubasolutions.com
Voice: (650) 210-0100
Fax: (650) 210-0101
support@ajubasolutions.com
TOC PREV NEXT INDEX