Microsoft SDK for Java

Debug.printStackTrace

Prints a trace of the current callstack to debug output.

Syntax

public static void printStackTrace()

Remarks

This method will be omitted from your code unless you have either the DEBUG or TRACE conditional compile switches set.

See Also   getStackTraceText

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