This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 213536 - Analyze Stack Window doesn't highlight stack from debugger
Summary: Analyze Stack Window doesn't highlight stack from debugger
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-04 12:55 UTC by Jiri Skrivanek
Modified: 2016-10-24 19:56 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
WebStorm Analyze Stack Trace Window (17.75 KB, image/png)
2016-01-12 10:14 UTC, Christian Lenz
Details
Netbeans Analyse Stack Trace Window (11.84 KB, image/png)
2016-01-12 10:14 UTC, Christian Lenz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-06-04 12:55:32 UTC
Stack trece copied from Debugging window is not highlighted in Analyze Stack Window. To reproduce:

- create java project
- add System.out.println("a"); to main class
- start debugger (Ctrl+Shift+F5)
- press F7 several times to dive deeper in code
- right-click PrintStream.print in Debugging window and choose "Copy Stack"
- open "Window|Other|Analyze Stack"
- click "Insert Stack..."
- stack trace is pasted but links to classes are not highlighted

Product Version: NetBeans IDE Dev (Build 201206040001)
Java: 1.7.0_04; Java HotSpot(TM) 64-Bit Server VM 23.0-b21
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Christian Lenz 2016-01-12 10:13:37 UTC
Still happen in 8.1. This feature is really needed. It doesn't looks like in the output window or in WebStorm. You can see the difference between IntelliJ Analyze Stack Trace window and Netbeans Analyze Stack Trace window.


Regards

Chris
Comment 2 Christian Lenz 2016-01-12 10:14:00 UTC
Created attachment 158098 [details]
WebStorm Analyze Stack Trace Window
Comment 3 Christian Lenz 2016-01-12 10:14:37 UTC
Created attachment 158099 [details]
Netbeans Analyse Stack Trace Window