Community
Participate
Working Groups
Build Identifier: 20100917-0705 We are using the javascript debugger for debugging the web application. For mark the breakpoints extending the "LineBreakpoints" class and IMarker to create and enable the breakpoints in our Plug-in. Breakpoints is showing in breakpoints view BUT it is not displaying in js editor when pointer comes to the breakpoint line for debugging the statement. Reproducible: Sometimes
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.