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 243420 - breakpoints handling gets broken
Summary: breakpoints handling gets broken
Status: RESOLVED DUPLICATE of bug 239549
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: PC Linux
: P2 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-31 23:31 UTC by David Konecny
Modified: 2014-04-11 21:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Konecny 2014-03-31 23:31:37 UTC
I do not know how to reproduce it but after half a day of using NB 8.0 I suddenly get really weird behaviour with breakpoints. I'm in a file which I was able to debug earlier today and suddenly clicking the editor gutter does not adds/removes breakpoint - simply nothing hapopens. Pressing CTRL-F8 is strange as well: it adds breakpoint but it is marked as "Unresolved Breakpoint"; if I press the shortcut again the breakpoint if finally added; if I keep pressing the shortcut then I get one of this three results:
* breakpoint is removed
* breakpoint is added as "Unresolved"
* breakpoint is added correctly.
Comment 1 Vladimir Riha 2014-04-01 04:52:40 UTC
For what it's worth, the toggle breakpoint from editor gutter is reported as issue 239549 with some steps to reproduce (but as written in the issue, these steps only reproduce the similar behavior and it happens during "common" debugging as well sometimes)
Comment 2 Winston Prakash 2014-04-09 16:22:35 UTC
8.0 JS debugging breakpoints are really broken (7.x works fine). I see this behavior

- Often not able to put breakpoint by clicking the gutter
- Even right click on the gutter and selecting breakpoint context menu doesn't help
- Often not able to remove breakpoint (gutter context menu doesn't help either)
- Often opening the debugging -> breakpoint window and deleting the breakpoint still does not remove the breakpoint

Sometime closing the JS file in the editor and reopening helps. But sometime I have to close the project and re-open it to get rid of the "sticky" break points.

I use JS debugger daily, this is a deal breaker for me. I would really appreciate if this can be fixed quickly as possible.
Comment 3 Martin Entlicher 2014-04-11 21:55:38 UTC
Hopefully this is fixed by http://hg.netbeans.org/core-main/rev/626c89e252e0
See issue #239549.

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