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
}
]
}
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:
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
}
]
}