Microsoft SDK for Java

Debugger Class Methods

The Debugger Class contains the following methods:

breakpoint causes a breakpoint in the current process at the location of the caller of this function.
ExecutionModeltoString returns a string describing an EXEC_MODEL_XXX constant.
getExecutionModelOfCaller queries about the execution model of a caller at the specified stack depth.
getExecutionModelStringOfCaller returns a string describing the execution model of a caller.
getInitialExecutionModelOfMethod queries about the default execution model of a method.
isDebugging determines whether or not a debugger is attached to the current process.
isDebugThread checks the debug state of a thread.
setDebugThread marks or clears the debug state of a thread.

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