Magik debugger has a client so that it can be used to debug programs that run locally (on the same workstation as the debugger)
Local debugging is the simplest and most common kind of debugging. After you have finished editing your Magik program, you can load and launch the program in the session on your workstation. You may then use breakpoints, expression evaluation to debug your program.


Adding breakpoints
Resuming the execution of suspended threads
Running and debugging
