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 78 forks source link

Allow editing of source lookup path #20

Closed grassick closed 11 years ago

grassick commented 11 years ago

This option (which is key for debugging!) is a pane in the V8 Debugger for Node, but is not settable in the Node Application Launch configuration. Since the V8 Debugger for Node config gets created fresh each time, it isn't remembered. It should probably be a pane in the launch configuration.

Thanks!

paulvi commented 11 years ago

@grassick I don't really understand what is problem. Every time I debugged I could see sources (This is all JavaScript) How to reproduce this problem?

grassick commented 11 years ago

I've switched to a local copy of Cloud9, so can't reproduce it for you. Sorry!