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

Debug adapter process has terminated unexpectedly #45938

Closed
kimkimson opened this issue Mar 16, 2018 · 15 comments
Closed

Debug adapter process has terminated unexpectedly #45938

kimkimson opened this issue Mar 16, 2018 · 15 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues

Comments

@kimkimson
Copy link

Issue Type: Bug

i can not debug JS on vs code
this is msg : Debug adapter process has terminated unexpectedly
thanks for help

VS Code version: Code 1.21.1 (79b44aa, 2018-03-14T14:46:47.128Z)
OS version: Windows_NT x64 10.0.16299

System Info
Item Value
CPUs Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz (4 x 1596)
Memory (System) 3.91GB (1.01GB free)
Process Argv C:\Program Files\Microsoft VS Code\Code.exe
Screen Reader no
VM 0%
Extensions (4)
Extension Author (truncated) Version
vscode-html-css ecm 0.2.0
PowerShell ms- 1.6.0
debugger-for-chrome msj 4.2.1
JavaScriptSnippets xab 1.5.0
Reproduces only with extensions
@weinand weinand assigned roblourens and unassigned weinand Mar 16, 2018
@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Mar 16, 2018
@topchyalexey
Copy link

topchyalexey commented Mar 16, 2018

The same issue. No logs, no debug info. WHere I can find it?

react-native run-ios
runs Ok
...
** BUILD SUCCEEDED **

System info:
MacOS 10.13.1 (17B1003)

CPUs Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz (8 x 2500)
Load (avg) 2, 2, 2
Memory (System) 16.00GB (0.26GB free)
Process Argv /Applications/Visual Studio Code.app/Contents/MacOS/Electron -psn_0_65552
Screen Reader no
VM 0%
debugger-for-chrome msj 4.2.1
vscode-react-native vsm 0.6.5

@edchapel
Copy link

I am getting the same issue and I think it is due to the debugger-for-chrome 4.2.1.

4.2.0 is still installed in my extensions folder. When I remove 4.2.1, the debugging works again.

@roblourens
Copy link
Member

@kimkimson @topchyalexey are you debugging Chrome or Node?

@kimkimson
Copy link
Author

kimkimson commented Mar 16, 2018 via email

@roblourens
Copy link
Member

Could you post your launch config (from the launch.json file)?

@topchyalexey
Copy link

{
"version": "0.2.0",
"configurations": [
{
"name": "Debug iOS",
"program": "${workspaceRoot}/.vscode/launchReactNative.js",
"type": "reactnative",
"request": "launch",
"platform": "ios",
"target": "iPad Air",
"sourceMaps": true,
"outDir": "${workspaceRoot}/.vscode/.react"
},

]

}

@roblourens
Copy link
Member

Please file an issue on the React native extension repo

@kimkimson
Copy link
Author

kimkimson commented Mar 19, 2018 via email

@Paari
Copy link

Paari commented Mar 19, 2018

@kimkimson I was also facing the issue and it is now fixed, if you update the React Native Tools extension everything should work fine.

@roblourens
Copy link
Member

@Paari that extension isn't included in the OP so I think @kimkimson has a different issue.

@kimkimson please post your launch.json file here.

@vscodebot vscodebot bot removed the new release label Mar 20, 2018
@pieandcakes
Copy link
Contributor

pieandcakes commented Mar 22, 2018

@roblourens @weinand I'm seeing this on the C++ extension too. I've had to reinstall the extension to get the error to go away. I don't know what would be causing it but I also have an end-user complaining about it:
microsoft/vscode-cpptools#1719

@WardenGnaw had this earlier and we were trying to debug the debugadapter but it doesn't even start up at all.

Any help on how to debug this would be appreciated

@roblourens
Copy link
Member

These issues could also be from corrupt extension installs like in #43813

@lindapescatore
Copy link

I'm getting this for a .py program.

@weinand
Copy link
Contributor

weinand commented Apr 29, 2018

@lindapescatore then please file this issue against the Python debugger extension. This Issue is about JS.

@roblourens
Copy link
Member

roblourens commented Sep 13, 2018

Is this still an issue? There's a confusing mix of messages here. Haven't had a report in awhile, so closing. If anyone besides @kimkimson is having an issue, please open a new issue.

@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues
Projects
None yet
Development

No branches or pull requests

8 participants