protocol
Debugging protocol similar to those found in most Prolog compilers.
Paulo Moura
1.0
2000/7/24
static, context_switching_calls, events
(no dependencies on other files)
Starts tracing all message sending events.
static
trace – one
Stops tracing.
static
notrace – one
Activates spy points and starts debugging.
static
debug – one
Suspends spy points and stops debugging.
static
nodebug – one
True if the debugger is active.
static
debugging – zero_or_one
Initializes debugger, turns debugging off and resets all spy points and streams.
static
init – one
Current debugger input or ouput streams.
static
stream(Kind,Stream)
stream(?atom,?stream) – zero_or_more
Sets the debugger input or output stream.
static
set_stream(Kind,Stream)
set_stream(+atom,+stream) – one
(none)
(none)