Lugaru's Epsilon
Programmer's
Editor 14.04

Context:
Epsilon User's Manual and Reference
   . . .
   Commands by Topic
      Getting Help
      Moving Around
      Changing Text
      . . .
      Miscellaneous
   Command Reference
      . . .
      set-color
      set-comment-column
      set-debug
      set-dialog-font
      set-display-characters
      . . .
   Variable Reference
      abort-file-io
      abort-file-matching
      abort-key
      . . .
      yank-rectangle-to-corner
   . . .

Previous   Up    Next
set-comment-column  Command Reference   set-dialog-font


Epsilon User's Manual and Reference > Command Reference >

set-debug

Enable or disable single-stepping for a command or subroutine.

This command prompts you for the name of a command or subroutine, with completion. With no numeric argument, this command toggles the debugging status for that function. With a non-zero numeric argument, the command enables the debugging status. With a zero numeric argument, it disables the debugging status.

Whenever Epsilon calls a function with debugging enabled, the Epsilon debugger starts, and displays the function's source code at the bottom of the screen. A <Space> executes the next line of the function, a G turns off debugging until the function returns, and ? shows all the debugger's commands. If you compile a function with the system switch (eel -s filename), you cannot use the debugger on it.

More info:

Changing Commands with EEL



Previous   Up    Next
set-comment-column  Command Reference   set-dialog-font


Lugaru Epsilon Programmer's Editor 14.04 manual. Copyright (C) 1984, 2021 by Lugaru Software Ltd. All rights reserved.