In this brief article I would like to share a few strategies to run objectscript code in debug mode.
How to enter debug mode
There are two ways to launch the debugger.
Launching a command
Let's suppose that we have to debug the following method
ClassExtends%RegisteredObject- put the cursor on the first line of you method
- menu Debug -> Enable/Disable breakpoint (F9)




.png)
.png)

