Debugger panels

www.kxcad.net Home > Electronic Index > Altium(Protel) Index


Your Ad Here

Breakpoint List

By default, script execution pauses each time the breakpoint is encountered. A breakpoint defined on a line in a script is marked by a red line.

A way to get ordered feedback on the errors that may be occurring in your script is to control the script execution. Controlling scripts with breakpoints allow you to execute single lines of code, an entire function or a specified script block.

When you create a breakpoint, it must be on a statement line of script. Any breakpoints set on blank lines, commented lines or other non statements will be ignored and treated as invalid. Breakpoints can be accessed using the Breakpoints List window so you can easily locate all of your set breakpoints without needing to go through your script to find them.

Watch List

Use this handy panel to track the values of values or expressions as you step over or trace into your script code. As you step through your script the value of the watch expression will change if your script updates any of the variables contained in the watch expression.

 

Call Stack List

The Call Stack panel permits you to inspect the chain of procedure / function invocations that resulted in the execution of the current line of script in the debugger.

 

Your Ad Here