Description of the bug
How would you shortly summarise the issue?
Expo debug is not binding/nor stopping on breakpoint
"expo": "~53.0.20",
"expo-status-bar": "~2.2.3",
"react": "19.0.0",
"react-native": "0.79.5"
To Reproduce
What steps did you perform which led to this issue?
I have create this repro project: https://github.com/gfrancischini/expo-vscode-repro
It is basically the output of this command: npx create-expo-app@latest --template blank-typescript
Expected behavior
What did you expect to have happened?
I expect my breakpoint to bind correctly
Actual behavior
What did it actually result in?
Breakpoint does not bind and this is what it looks like:
 
Additional context
Can you further explain the issue? E.g., information about version/environment or screenshots.
Breakpoint correctly bind when using the React Native Dev Tools (J press on console)