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 240706 - Cannot set a breakpoint in HTML / angular project with nb/chrome connector
Summary: Cannot set a breakpoint in HTML / angular project with nb/chrome connector
Status: RESOLVED DUPLICATE of bug 239549
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-20 13:47 UTC by akochnev
Modified: 2014-01-20 13:50 UTC (History)
0 users

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 akochnev 2014-01-20 13:47:58 UTC
I have an HTML5 project with Angular.js . I've configured the project to run with an "External" web server and have specified the project URL and the start file. Clicking on the "Run" icon for the project starts Chrome and I can interact with the application; however, I'm unable to set debug breakpoints in the IDE - clicking on the editor sidebar quickly adds a red square for a breakpoint and that breakpoint is immediately cleared. Nothing shows up in the list of breakpoints. 

On a similar note, the Debugging -> Sources window doesn't have any entries and does not allow adding my own source roots (like it does for normal Java debugging)
Comment 1 Vladimir Riha 2014-01-20 13:50:52 UTC
Sometimes it helps to restart IDE or to create breakpoint using Debug->New Breakpoint (file path need to be absolute).

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