Experience-Monks / devtool

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

devtool with expressjs, how to find script files? #122

Open bi-kai opened 6 years ago

bi-kai commented 6 years ago

I'm using devtool to debug expressjs:

devtool -w --break .\bin\www

I can find app.js, some time not. How to open script file that I want to debug?