Editor | |
Overview | A script editor which supports (sort-of) auto-indenting, syntax-highlighting, and has integrated debugger support. |
You can set/clear a breakpoint via. the popup menu if you right-click, of click-and-hold,
on the appropriate line of text. Alternatively, you can use eval-mode to call the functions
setBreakpoint() or clearBreakpoint() which will set/clear a
breakpoint on the current line.
|