Description of the bug
I managed to use the built in launch command to connect to my app that uses dev-client. The app successfully hits a breakpoint. Sometimes it crashes the app immediately, sometimes it works and halts execution. When it does stop correctly, if I try to look at variables in VSCode it crashes immediately.
To Reproduce
Connect to the app
Expected behavior
Should be able to inspect variables
Actual behavior
Crash
Additional context
There's no error in my logs, not sure how to debug this issue. If you could provide some guidance on how to debug the problem or how to give you more information I would be glad to help. Debugging does work in the chrome debugger (by pressing 'j' in terminal).
I'm using a monorepo if that makes any difference.
Description of the bug
I managed to use the built in launch command to connect to my app that uses dev-client. The app successfully hits a breakpoint. Sometimes it crashes the app immediately, sometimes it works and halts execution. When it does stop correctly, if I try to look at variables in VSCode it crashes immediately.
To Reproduce
Connect to the app
Expected behavior
Should be able to inspect variables
Actual behavior
Crash
Additional context
There's no error in my logs, not sure how to debug this issue. If you could provide some guidance on how to debug the problem or how to give you more information I would be glad to help. Debugging does work in the chrome debugger (by pressing 'j' in terminal).
I'm using a monorepo if that makes any difference.