Reference / Supported debug commands |
Disables the specified breakpoint.
disable breakpoint
The disable command instructs the debugger to ignore the specified breakpoint when running the program.
Use the enable command to reactivate the breakpoint for the current debugger session.
(fgldb) disable 1 (fgldb) run Program exited normally. (fgldb)