docs(bazel): Update VSCode config (#27733)
What was there didn't work at all, and resulted in an error `Error processing "attach": Error: Both localRoot and remoteRoot must be specified` PR Close #27733
This commit is contained in:
parent
8d0a3cef98
commit
4774a1abff
@ -89,27 +89,11 @@ First time setup:
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"name": "Attach (inspect)",
|
|
||||||
"type": "node",
|
"type": "node",
|
||||||
"request": "attach",
|
"request": "attach",
|
||||||
|
"name": "Attach to Remote",
|
||||||
"port": 9229,
|
"port": 9229,
|
||||||
"address": "localhost",
|
}
|
||||||
"restart": false,
|
|
||||||
"sourceMaps": true,
|
|
||||||
"localRoot": "${workspaceRoot}",
|
|
||||||
"remoteRoot": null
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Attach (no-sm,inspect)",
|
|
||||||
"type": "node",
|
|
||||||
"request": "attach",
|
|
||||||
"port": 9229,
|
|
||||||
"address": "localhost",
|
|
||||||
"restart": false,
|
|
||||||
"sourceMaps": false,
|
|
||||||
"localRoot": "${workspaceRoot}",
|
|
||||||
"remoteRoot": null
|
|
||||||
},
|
|
||||||
```
|
```
|
||||||
|
|
||||||
**Setting breakpoints directly in your code files may not work in VSCode**. This is because the files you're actually debugging are built files that exist in a `./private/...` folder.
|
**Setting breakpoints directly in your code files may not work in VSCode**. This is because the files you're actually debugging are built files that exist in a `./private/...` folder.
|
||||||
@ -118,7 +102,7 @@ and launch the bazel corresponding test (`yarn bazel test <target> --config=debu
|
|||||||
|
|
||||||
Bazel will wait on a connection. Go to the debug view (by clicking on the sidebar or
|
Bazel will wait on a connection. Go to the debug view (by clicking on the sidebar or
|
||||||
Apple+Shift+D on Mac) and click on the green play icon next to the configuration name
|
Apple+Shift+D on Mac) and click on the green play icon next to the configuration name
|
||||||
(ie `Attach (inspect)`).
|
(ie `Attach to Remote`).
|
||||||
|
|
||||||
### Debugging a Karma Test
|
### Debugging a Karma Test
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user