pomelo icon indicating copy to clipboard operation
pomelo copied to clipboard

Why debugger is not working in the pomelo ?

Open akshayarise opened this issue 6 years ago • 1 comments

I am executing the debugger with the command "node --inspect app.js" but the debugger break points are not working at all . Please help in this situation as I am only able to debugg in the pomelo with writing console.log manually at every step.

akshayarise avatar Oct 23 '18 06:10 akshayarise

please use WebStorm for debug pomelo,just need right-click app.js and click debug 'app.js'.

whtiehack avatar Oct 23 '18 07:10 whtiehack