Experience-Monks / devtool

[OBSOLETE] runs Node.js programs through Chromium DevTools
MIT License
3.77k stars 150 forks source link

Use it as an IDE #47

Open arqex opened 8 years ago

arqex commented 8 years ago

Hi,

Thanks for the great tool.

I am thinking that it would be great to use the debugger as a code editor. I could add folders to the workspace right clicking the sources tab but I couldn't make it catch the debugger. And the folders are not saved through executions.

I know this may be a load of work, but it would be a nice feature to have.

Cheers, Javi

mattdesl commented 8 years ago

Yes, see #27. We are blocked on Electron, but this feature would be pretty huge. Feel free to explore alternatives; it may be possible to shim the Node internals/requires to get certain things working.

nelix commented 8 years ago

Could this be done as an atom plugin?

mattdesl commented 8 years ago

Hmm not sure how that would work, but feel free to explore. :smile:

darky commented 8 years ago

You can use devtool as IDE. Need add your project in Workspace , then map any local js file to identical remote file in file:// section. Refresh, and you can at the same time edit files and debug it. ;) Even, you can use any other language with sourceMap support, for example LiveScript. And programming, as like in native javascript.