|
|
Debugging Your Code |
To debug you will attach the #Develop debugger to the main WireCAD process by clicking Debug>Attach to Process and select WireCAD from the list of running processes. You can place breakpoints by clicking on the left edge of the edit space.
When code is executing with the debugger attached and the breakpoint is hit code will stop executing and allow you to examine variables. To continue execution use the Continue, or Step functions.
Happy coding! |