Bug 313014 - Support the Display view for JavaScript
Summary: Support the Display view for JavaScript
Status: NEW
Alias: None
Product: JSDT
Classification: WebTools
Component: Debug (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Simon Kaegi CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-15 08:05 EDT by Michael Schneider CLA
Modified: 2010-11-23 01:48 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Schneider CLA 2010-05-15 08:05:08 EDT
It would be cool if the debugger could support the Expression and Display views. This would be very helpful to check the return value of a function etc while debugging, without having to change the code.
Comment 1 Michael Rennie CLA 2010-11-23 01:47:38 EST
In its current state we support

1. expressions (the expressions view)
2. editor evaluations
3. variable value hover

Updating the bug description to reflect the remaining work to complete the request.