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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
So, I have tried these 2 configurations, both run, show me i: 5 in console, but don't stop at breakpoints in the index.mjs. Am I missing some configuration attributes?
I'm using Windows 10 Pro
VS Code: v1.23.1
Node Debug: v1.23.5
Node JS: v9.11.1 and v10.1.0 (I have tried both)
The text was updated successfully, but these errors were encountered:
then I've started an app by npm debug (see debug script above), then hit F5 - and now I can go through my code step by step.
It works, but I can't say I can use it:
it is 2 separate steps to launch
it opens my files in separate tab as "read-only core module", and it does not saves break points
So, right now NiM is the best debugging solution. But I really like vscode and I'd like to debug my code without switching a context to browser.
P.S.
I have also tried to turn on "Auto Attach" - it ignores breakpoints too
Hello,
I have the same issue as #158 (despite of it is marked as solved)
Here is my
index.mjs
file:I also have this script in my
package.json
:And here is my
launch.json
configurations:So, I have tried these 2 configurations, both run, show me
i: 5
in console, but don't stop at breakpoints in theindex.mjs
. Am I missing some configuration attributes?I'm using Windows 10 Pro
VS Code: v1.23.1
Node Debug: v1.23.5
Node JS: v9.11.1 and v10.1.0 (I have tried both)
The text was updated successfully, but these errors were encountered: