This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Description
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.
Please see attached gif file.

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!