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 - Removing of a breakpoint in FireBug prevents to debug an application in IDE
Summary: Removing of a breakpoint in FireBug prevents to debug an application in IDE
Status: RESOLVED WONTFIX
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Quy Nguyen
URL:
Keywords:
: 134244 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-04-28 18:10 UTC by Roman Mostyka
Modified: 2012-09-03 08:32 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.