I try to use vscode to debug Expo project. The expo works fine, setting are as bellow:
Expo XDE: Host: Tunnel
Development Mode
iOS Simulator: Enable Remote Debugging
But when I add Debug in Exponent
in VSCode, and click debug,
it will pop up Debug adapter process has terminated unexpectedly
without showing any further information.
DEBUG CONSOLE
show nothing.
What should I do to finding out what's going on ?
By the way, I didn't see the file ${workspaceRoot}/.vscode/launchReactNative.js
but I have see someone said that this file is not needed.