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

Cannot debug mjs modules #167

@ThePlenkov

Description

@ThePlenkov

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.
2017-12-09_10-04-31

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions