Debugging: Analyze Stack Window

Use to quickly jump from a stack trace element to a corresponding line in the Editor. Open this dialog box by choosing Window > Debugging > Analyze Stack.

Click Insert StackTrace from Clipboard after you copy a stack trace in the Output tab of the IDE to get the stack trace inserted into the Analyze Stack Window.

Note: When the Analyze Stack Window is opened, the IDE automatically presses Insert StackTrace from Clipboard and inserts a stack trace from your clipboard (if applicable).

Double-clicking a line in the Analyze Stack Window opens the source file (if it is closed) and moves the cursor to the line where an exception was thrown.


Related Topics

Developing Applications with NetBeans IDE,

Copyright © 2016, Oracle and/or its affiliates. All rights reserved.