Vscode-react-native: [vscode-react-native] [Error : 0706] Cannot debug application: Another debugger is already connected to packager. Please close it before trying to debug with VSCode.

Created on 25 Sep 2016  路  2Comments  路  Source: microsoft/vscode-react-native

It just sucks

triaged

Most helpful comment

Do you have Chrome open displaying the react-native debugging page? Or do you have multiple instances of VSCode running trying to debug things?

Did you start the react-native packager yourself? You could try killing all instances of the react-native packager, close all instances of chrome and VSCode, then try to debug using VSCode.

All 2 comments

Do you have Chrome open displaying the react-native debugging page? Or do you have multiple instances of VSCode running trying to debug things?

Did you start the react-native packager yourself? You could try killing all instances of the react-native packager, close all instances of chrome and VSCode, then try to debug using VSCode.

Hey @neilyoung, I'm sorry this experience isn't better. Unfortunately, Chrome does not allow multiple debuggers to attach to the same browser window.

Was this page helpful?
0 / 5 - 0 ratings