This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Can't hit early breakpoints when debugging with --experimental-modules and .mjs #158
Closed
Description
From @ThePlenkov on December 9, 2017 9:7
Hi,
I hope I chose the correct place to create the issue.
I'm trying to debug mjs node file but the breakpoints are just ignored.
This is my configuration:
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Test JSDOM",
"program": "${workspaceFolder}/jsdom.mjs",
"runtimeArgs": [
"--experimental-modules"
]
}
]
}
Do I do something wrongly or it's just not supported yet?
Thank you!
Copied from original issue: microsoft/vscode-node-debug#167
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment