Skip to content

Can't debug with firebase tools 6.10.0 in vs code due to unverified breakpoints #1360

Closed
@ke-nzo

Description

@ke-nzo

[REQUIRED] Environment info

firebase-tools: 6.10.0

Platform:macOs, Windows

[REQUIRED] Test case

launching attach to debug from launch.json, breakpoint will result all unverified with no possibility to stop in

[REQUIRED] Steps to reproduce

"version": "0.2.0",
  "configurations": [
    {
      "type": "node",
      "request": "attach",
      "name": "Attach by Process ID",
      "processId": "${command:PickProcess}"
    }
  ]
}

simply run Attach by Process ID, and breakpoints will result in grey unverified.

[REQUIRED] Expected behavior

breakpoint must to remain red for stop in and debug

[REQUIRED] Actual behavior

breakpoint remain grey after debug launched

i'd like to add that i have tested debug with firebase-tools 6.3.0 and attach to process perfectly work. with 6.10.0 doesn't.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions