The debugger / Usage |
Even if fglrun has not been started with the -d option, it is possible to switch the running program to debug mode: On UNIX™ platforms, you must send a SIGTRAP signal to the process. On Windows™, you must use the CTRL-BREAK key in the console window which has started the program.
shell 1> fglrun func
shell 2> kill -TRAP pid_of_fglrun
shell 1> fglrun func func1() at func.4gl:15 15 for g_cpt=1 to 1000000 (fgldb)
fglrun.ignoreDebuggerEvent = true