jTracer  1.03
Stack trace visualization tool
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  }