-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
Description of the bug
How would you shortly summarise the issue?
i add a breakpoints to app.js , but vscode say can not add some breakpoints
To Reproduce
What steps did you perform which led to this issue?
- i start a expo app and add a breakpoint
- my launch.json
{
"version": "0.2.0",
"configurations": [
{
"type": "expo",
"request": "attach",
"name": "Debug Expo app",
"projectRoot": "${workspaceFolder}",
"bundlerPort": "19000",
"bundlerHost": "127.0.0.1",
"enableTurboSourcemaps": true
}
]
}
3.vscode Code Doctor show wrong code path
- debugger can attach to the android emulater but my breakpoint not work
- i can only use the ctrl + j use chrome to debug
Expected behavior
i can add breakpoint in vscode and debug the app
Actual behavior
not working
Additional context
Can you further explain the issue? E.g., information about version/environment or screenshots.
GevorgSimonyan, janek515 and debevv