Skip to content

Doesn't work in VSC 1.11.1 on Mac #16

@jamesliu668

Description

@jamesliu668

Hello,

I am working in VSC version 1.11.1 and install the "Debug for PhantomJS 0.1.1". When I click the debug button, I get following error message:

******** Error in DebugAdapter - Unhandled promise rejection: {"code":-32000,"message":"Execution context with given id not found."}

Here is my debug launch.json
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "phantomjs",
"request": "launch",
"file": "${workspaceRoot}/test.js",
"webRoot": "${workspaceRoot}",
"runtimeExecutable": "/usr/local/etc/phantomjs/bin/phantomjs",
"runtimeArgs": [],
"scriptArgs": [],
"sourceMaps": true
}
]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions