10.5 library(threadutil): Interactive thread utilities
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Multithreaded applications
library(threadutil): Interactive thread utilities
threads/0
join_threads/0
with_stopped_threads/2
thread_has_console/0
attach_console/0
attach_console/1
tspy/1
tspy/2
tdebug/0
tdebug/1
tnodebug/0
tnodebug/1
tbacktrace/1
tbacktrace/2
tprofile/1
thread_alias/1
Packages
Availability:
:- use_module(
library(threadutil)
).
(can be
autoloaded
)
[det]
tspy
(
:Spec
)
[det]
tspy
(
:Spec, +ThreadOrClass
)
Trap the graphical debugger on reaching
Spec
. The predicate
tspy/0
enabled debug mode in all threads using
tdebug/0
while
tspy/1
enables debug mode using
tdebug/1
.