Bug 335633 - Watch expression evaluation support for any file within JDI context
Summary: Watch expression evaluation support for any file within JDI context
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.7   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 208348 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-01-27 17:42 EST by Nick Sandonato CLA
Modified: 2011-08-19 09:52 EDT (History)
1 user (show)

See Also:


Attachments
patch (2.08 KB, patch)
2011-01-27 17:42 EST, Nick Sandonato CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Sandonato CLA 2011-01-27 17:42:27 EST
Created attachment 187787 [details]
patch

While we are able to see the current values for any variables while debugging a JSP, it is not possible for watch expressions to be evaluated due to the exisiting requirements to get a Java Project from the stackFrame in JavaWatchExpressionDelegate. Would it be possible to change it so that any IFile contained within a Java Project can have its watch expressions evaluated? I had considered adapting to IJavaElement for JSP filetypes, but it seemed more straightforward to go the route I had chosen with my patch when ultimately it's the Java Project that is needed.
Comment 1 Nick Sandonato CLA 2011-08-19 09:52:22 EDT
*** Bug 208348 has been marked as a duplicate of this bug. ***