Allowing Steps to Start a Process | Environment Variables |
dbxenv Command |
The run_autostart environment variable determines whether a step, next, stepi, or nexti command starts a process that is in the "ready to run" state and stops on the first line.
run_autostart on | off | If it is set to on and there is no active program, step, next, stepi, and nexti implicitly run the program and stop at the language-dependent main routine, and cont implies run whenever necessary. Default: off. |