Bug 80158 - [plan item] Debugger usability improvements
Summary: [plan item] Debugger usability improvements
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P4 enhancement (vote)
Target Milestone: 3.1   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks:
 
Reported: 2004-12-03 14:49 EST by Jim des Rivieres CLA
Modified: 2005-02-23 16:09 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jim des Rivieres CLA 2004-12-03 14:49:06 EST
Integrate monitor locks into the debug view, show variable values inline, 
support hyperlink-style navigation from the text of any stack trace. [JDT 
Debug; Platform Debug]
Comment 1 Darin Wright CLA 2005-02-23 16:09:27 EST
Fixed. 

* Monitor information is displayed for the Java debugger in the debug view 
with stack frames. The "Show Monitors" action is available to toggle the 
option on/off.
* Variable details (toString) can be shown for all variables in-line in the 
variables view. Use the "Java Detail Formatters..." action from the variables 
view drop-down menu to configure the option (also available on the Detail 
Formatters preference page).
* We use regular expresssion matching to create hyperlinks for stack traces, 
and have introduced the Java stack trace console for pasting/navigating stack 
traces.
Comment 2 Darin Wright CLA 2005-02-23 16:09:39 EST
marking verified.