Skip to content

can not add breakpoints  #191

@whp98

Description

@whp98

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

image

To Reproduce

What steps did you perform which led to this issue?

  1. i start a expo app and add a breakpoint

image

  1. 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
image

image

  1. debugger can attach to the android emulater but my breakpoint not work
  2. 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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingreleased

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions