Nodeclipse / nodeclipse

Nodeclipse-1 : Eclipse plugin for Node.js, PhantomJS development (Nodeclipse core plugin); Maven and Gradle (with Android) plugins
https://nodeclipse.github.io/
158 stars 76 forks source link

Debugger does not stop at breakpoint inside closure #87

Open gmaghera opened 11 years ago

gmaghera commented 11 years ago

Hello,

I've been unable to get Nodeclipse to stop on breakpoints inside closures. Given these breakpoints, it will only stop on the first one, and never on the second or third:

image

Cheers, Gabor