Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
RDF quality heuristics
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
10.5.1 Debugging threads
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Multithreaded applications
Thread support library(threadutil)
Debugging threads
attach_console/0
tdebug/1
tdebug/0
tnodebug/1
tnodebug/0
tspy/2
tspy/1
Packages
Availability:
:- use_module(
library(threadutil)
).
(can be autoloaded)
tspy
(
:Spec
)
Set a spy point as
spy/1
and enable debugging in all threads using
tdebug/0
. Note that removing spy points can be done using
nospy/1
. Disabling spy points in a specific thread is achieved by
tnodebug/1
.
ClioPatria
(version
V3.1.1-40-g9d9e003
)