Bug 208348 - [ui] Would like to have "Add watch" function JSP debugging
Summary: [ui] Would like to have "Add watch" function JSP debugging
Status: CLOSED DUPLICATE of bug 335633
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: jst.jsp (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: Future   Edit
Assignee: Nitin Dahyabhai CLA
QA Contact: Nitin Dahyabhai CLA
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2007-10-31 22:46 EDT by Tuan CLA
Modified: 2011-08-19 09:52 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tuan CLA 2007-10-31 22:46:18 EDT
I wonder how "add watch" function is removed when I debug JSP page. It is always necessary to keep track of variables' value not only in java but also JSP debug mode.
Comment 1 Darin Wright CLA 2007-11-01 09:00:34 EDT
I don't understand what this bug is requesting.

However, The Java debugger supports Java debugging and JSR045. Thus, a JSP can be debugged with the Java debugger, but it displays Java variables (not JSP variables) as the underlying debug architecture only supplies Java variables.

You should still be able to add watch expressions, etc., that evaluate in terms of the underlying Java variables.

Moving to WTP for comment.
Comment 2 Nitin Dahyabhai CLA 2007-11-06 06:56:27 EST
Our default org.eclipse.wst.sse.ui.internal.debug.ToggleBreakpointsTarget doesn't yet support watchpoints.
Comment 3 Nick Sandonato CLA 2011-08-19 09:52:22 EDT
I opened an enhancement against JDT that will address this.

*** This bug has been marked as a duplicate of bug 335633 ***