-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi,
I'm experiencing weird breakpoint behavior.
First issue: Breakpoints set before starting debugging are not usually taken into account. This happens because DebuggedProcess.SetBreakpoint is called before Modules are loaded (i.e. before a series of afterCompile events).
Second issue: Breakpoints set in a file that is not node.js entry point don't properly break. The process breaks, but no location in code is shown (instead you see another window: Source not available - Code not running), and call stack is empty.
I'm running 64-bit node.js v0.8.22 on Windows 8, and developing in MSVS 2012.2 CTP 11.0.60115.01.
P. S. I've started developing support for source maps and typescript here but these issues are blocking me.
Metadata
Metadata
Assignees
Labels
No labels