Skip to content

cann't set the breakpoint when debug by the vscode. #5578

Closed Answered by GKilm
GKilm asked this question in Q&A
Discussion options

You must be logged in to vote

It does work.

{
  "version": "0.2.0",
  "configurations": [
    {
      "name": "Launch Edge",
      "request": "launch",
      "type": "msedge",
      "url": "http://localhost:9000",
      "webRoot": "${workspaceFolder}/demos",
      "sourceMapPathOverrides": {
        "../src/*": "${webRoot}/../packages/mermaid/src/*",
        "../../../src/*" : "${webRoot}/../packages/mermaid/src/*"
      }
    }
  ]
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by GKilm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant