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

Summary: Breakpoints do not work
Product: javascript Reporter: twifty
Component: Node.js DebuggerAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.