| Summary: | Javascript breakpoint is disappearing while debugging the web application | ||
|---|---|---|---|
| Product: | [WebTools] JSDT | Reporter: | Rinky Gupta <rinky.gupta> |
| Component: | Debug | Assignee: | Project Inbox <jsdt.debug-inbox> |
| Status: | RESOLVED NOT_ECLIPSE | QA Contact: | Michael Rennie <Michael_Rennie> |
| Severity: | major | ||
| Priority: | P3 | CC: | curtis.windatt.public, Michael_Rennie, thatnitind |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Rinky Gupta
Which JavaScript debugger specifically are you using? (In reply to comment #1) > Which JavaScript debugger specifically are you using? I am using both Debugger plugin- Javascript Debug Toolkit and Remote Chromium Javascript Debugger for Eclipse. With some web application debugger is not showing the breakpoints in editor but it is showing in breakpoint view as well as it is debugging that breakpoint line also. Why breakpoints is not displayed in editor ?? You filed this bug against Plug-in Development Environment. I am moving to JSDT. Mike can triage it further. Providng more details on your problem will help us determine what is going on. (In reply to comment #2) > I am using both Debugger plugin- Javascript Debug Toolkit Is the Javascript Debug Toolkit from Google (chromedevtools) or are you referring to org.eclipse.wst.jsdt.debug (if you are referring to jsdt.debug, what version are you using)? > Remote Chromium Javascript Debugger for Eclipse. This is not Eclipse. (In reply to comment #4) > (In reply to comment #2) > > I am using both Debugger plugin- Javascript Debug Toolkit > Is the Javascript Debug Toolkit from Google (chromedevtools) or are you > referring to org.eclipse.wst.jsdt.debug (if you are referring to jsdt.debug, > what version are you using)? > > Remote Chromium Javascript Debugger for Eclipse. > This is not Eclipse. HI, i m using this debugger http://jsdt.googlecode.com/svn/trunk/jsdt/ (In reply to comment #5) > HI, > i m using this debugger http://jsdt.googlecode.com/svn/trunk/jsdt/ This also is not from Eclipse. Thanks for reporting back Rinky, but neither of those projects are developed at Eclipse. I would try looking here: http://code.google.com/p/jsdt/ to see if you can file a bug. |