|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--jde.debugger.JDEbug
Class of JDEbug debuggers.
This class defines methods for communicating with the JDE. It maintains a list of active applications. It passes application commands to the apps specified by the commands.
See Protocol class
for command/response formats and
EventHandler
for event set formats.
JDEbug responds to every command with either a result or error message.
Field Summary | |
static java.lang.Integer |
debuggerID
The ID of jdebug. |
static JDEbug |
theDebugger
|
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
protected |
JDEbug()
Protected constructor, since this is a singleton class. |
Method Summary | |
void |
init()
|
void |
run()
Runs the debugger thread. |
void |
shutdown()
Sets a flag that terminates the main loop (implemented in the run() method). |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.Integer debuggerID
public static JDEbug theDebugger
Constructor Detail |
protected JDEbug()
Method Detail |
public void init() throws java.io.IOException
public void run()
run
in class java.lang.Thread
public void shutdown()
run()
method).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |