Microsoft SDK for Java

breakpoint

This method of the Debugger class causes a breakpoint in the current process at the location of the caller of this function. A breakpoint occurs only if a debugger is attached.

Syntax

public static native void breakpoint ();

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