You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After run 'indium-launch' under a nodejs project, prompt:
No file found for debugging (sourcemap issue?), download script source (might be slow)? (y or n) y
And if chose 'y', no js file pop up, only print file contents in "JS Debugger" buffer, and unable to insert breakpoint anymore.
configure in .indium.json like this: { "configurations": [ { "name": "init", "type": "node", "program": "node", "args": "d:/yardf/program/nodejs/node-v12.15.0-win-x64/node_modules/electron/cli.js .", "inspect-brk": true } ] }
The text was updated successfully, but these errors were encountered:
After run 'indium-launch' under a nodejs project, prompt:
No file found for debugging (sourcemap issue?), download script source (might be slow)? (y or n) y
And if chose 'y', no js file pop up, only print file contents in "JS Debugger" buffer, and unable to insert breakpoint anymore.
configure in .indium.json like this:
{ "configurations": [ { "name": "init", "type": "node", "program": "node", "args": "d:/yardf/program/nodejs/node-v12.15.0-win-x64/node_modules/electron/cli.js .", "inspect-brk": true } ] }
The text was updated successfully, but these errors were encountered: