It just sucks
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.
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.