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 270863 - Breakpoints do not work
Summary: Breakpoints do not work
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Node.js Debugger (show other bugs)
Version: Dev
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-12 19:28 UTC by twifty
Modified: 2017-06-12 19:28 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 twifty 2017-06-12 19:28:39 UTC
I have tried node v4.2.6, and latest v.8.1.0, neither work.

Any breakpoint set, does not pause execution. The script simply runs its entirety. When the IDE is configured to break on the first line, it breaks. From there we can step around, but it's useless when problem code is heavily nested.