This method of the Debugger class contains the following signatures:
isDebugThread(Thread t)
isDebugThread()
Checks the debug state of a thread.
public static boolean isDebugThread (Thread t)
t | The thread to check for debug state. |
Checks the debug state of the current thread.
public static boolean isDebugThread ()