PublicShow sourcegui_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.

See also
- library(threadutil) provides another set t* predicates that deal with threads.
Sourceguitracer 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.
Sourcenoguitracer is det
Disable the graphical debugger.
See also
- guitracer/0
Sourcegtrace is det
Like trace/0, but uses the graphical tracer.
Sourcegtrace(:Goal) is det
Trace Goal in a separate thread, such that the toplevel remains free for user interaction.
Sourcegspy(:Spec) is det
Same as spy/1, but uses the graphical debugger.
Sourcegdebug is det
Same as debug/0, but uses the graphical tracer.