gui_tracer.pl -- Graphical debugger utilities
This module provides utilities that use the graphical debugger rather than the conventional 4-port commandline debugger. This library is part of XPCE.
- guitracer is det
- Enable the graphical debugger. A subsequent call to trace/0 opens the de debugger window. The tranditional debugger can be re-enabled using noguitracer/0.
- noguitracer is det
- Disable the graphical debugger.
- gtrace is det
- Like trace/0, but uses the graphical tracer.
- gtrace(:Goal) is det
- Trace Goal in a separate thread, such that the toplevel remains free for user interaction.
- gspy(:Spec) is det
- Same as spy/1, but uses the graphical debugger.
- gdebug is det
- Same as debug/0, but uses the graphical tracer.