Microsoft SDK for Java

isDebugThread

This method of the Debugger class contains the following signatures:

isDebugThread(Thread t)
isDebugThread()

isDebugThread(Thread t)

Checks the debug state of a thread.

Syntax

public static boolean isDebugThread (Thread t)

Parameters

t The thread to check for debug state.

isDebugThread()

Checks the debug state of the current thread.

Syntax

public static boolean isDebugThread ()

© 1999 Microsoft Corporation. All rights reserved. Terms of use.