jTracer
1.03
Stack trace visualization tool
Main Page
Related Pages
Packages
Classes
Files
void org.libcsdbg.jtracer.Session.quit
(
)
Protocol quit.
Definition at line
274
of file
Session.java
.
275
{
276
try
{
277
link.close();
278
rx.close();
279
280
/*Thread thr = server;
281
server = null;
282
thr.interrupt();*/
283
}
284
285
catch
(Throwable t) {
286
Registry.debug(t);
287
}
288
}
org
libcsdbg
jtracer
Session
Generated by
1.8.5