Bug 335633

Summary: Watch expression evaluation support for any file within JDI context
Product: [Eclipse Project] JDT Reporter: Nick Sandonato <nsand.dev>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: pham.quang.tuan
Version: 3.7   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
patch none

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. ***