Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 121469

Summary: Not showing all variables on first break
Product: [Eclipse Project] JDT Reporter: Nitin Dahyabhai <thatnitind>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: CLOSED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Nitin Dahyabhai CLA 2005-12-19 16:50:19 EST
The very first breakpoint to trigger on a JSP file doesn' result in the Variables view showing all of the visible variables.  It doesn't seem to be a UI timing problem since walking up and down the stack trace doesn't expose the variables for the JSP stack entry.

I've tried debugging Tomcat 5.5.9 using WTP 1.0rc5, Sysdeo's 3.1 plugin, and the JDT family example R3_1, and the result seems to be the same.  Even WTP 1.0rc5 with Tomcat 5.0.28 gives me the same result.
Comment 1 Darin Wright CLA 2005-12-20 11:35:40 EST
Is this the plain java debugger with JSR045, or is it a different debugger?
Comment 2 Darin Wright CLA 2006-01-06 09:50:14 EST
If the result is the same on WTP and Sysdeo, I don't think this is a debugger problem. Sounds like the variables are not visible.
Comment 3 Nitin Dahyabhai CLA 2006-09-27 13:51:40 EDT
Closing