Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't debug with VS Code 1.50.1 and NW v0.49.0 #40

Open
neumartin opened this issue Oct 19, 2020 · 0 comments
Open

Can't debug with VS Code 1.50.1 and NW v0.49.0 #40

neumartin opened this issue Oct 19, 2020 · 0 comments

Comments

@neumartin
Copy link

Hi!

Im try to debug with this configurations, but none works:

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Launch NWJS 1",
            "type": "nwjs",
            "request": "launch",
            "nwjsVersion": "any",
            "runtimeExecutable": "/opt/nw/nw",
            "webRoot": "${workspaceRoot}",
        },
        {
            "name": "Launch NWJS 2",
            "type": "nwjs",
            "request": "launch",
            "nwjsVersion": "any",
            "port": 9223,
            "webRoot": "${workspaceRoot}",
            "runtimeExecutable": "/opt/nw/nw",
        },
        {
            "name": "Launch NWJS 3",
            "type": "nwjs",
            "request": "launch",
            "nwjsVersion": "any",
            "runtimeExecutable": "/opt/nw/nw",
            "runtimeArgs": [
                "${workspaceRoot}/build",
                "--remote-debugging-port=9222"
            ],
            "webRoot": "${workspaceRoot}",
            "sourceMaps": true,
            "port": 9222
        }
    ]
}

I get this error:

image

Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant