This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 134093

Summary: Removing of a breakpoint in FireBug prevents to debug an application in IDE
Product: javascript Reporter: Roman Mostyka <romanmostyka>
Component: DebuggerAssignee: Quy Nguyen <quynguyen>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Roman Mostyka 2008-04-28 18:10:00 UTC
1. Install "JavaScript Debugger" plugin.
2. Create a web application with JavaScript code.
3. Set a breakpoint.
4. Open a FireBug window in a browser and debug the application. The debugger suspends on the breakpoint.
5. Remove the breakpoint in FireBug. Debug application again.

Result: Debugger doesn't suspend on breakpoint, but in IDE breakpoint still exists.
Comment 1 _ sandipchitale 2008-04-28 18:15:26 UTC
Good catch. The syncing of breakpoint changes back into the IDE is not implemented for Technology Preview. I will add a
note to the user guide.
Comment 2 _ sandipchitale 2008-04-30 21:51:23 UTC
*** Issue 134244 has been marked as a duplicate of this issue. ***
Comment 3 _ deva 2008-09-25 00:44:14 UTC
This is more like an enhancement
Comment 4 Martin Entlicher 2012-09-03 08:32:04 UTC
A new implementation of JavaScript debugger is in trunk. Closing old issues.