mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +00:00
docs: add some more debugging tips (#22415)
This commit is contained in:
parent
a6821948ba
commit
3159bb4f65
@ -42,6 +42,7 @@ You may need to update the config below with a path to your web browser. For mor
|
|||||||
"type": "node",
|
"type": "node",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "server: nuxt",
|
"name": "server: nuxt",
|
||||||
|
"outputCapture": "std",
|
||||||
"program": "${workspaceFolder}/node_modules/nuxi/bin/nuxi.mjs",
|
"program": "${workspaceFolder}/node_modules/nuxi/bin/nuxi.mjs",
|
||||||
"args": [
|
"args": [
|
||||||
"dev"
|
"dev"
|
||||||
@ -60,6 +61,12 @@ You may need to update the config below with a path to your web browser. For mor
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you prefer your usual browser extensions, add this to the _chrome_ configuration above:
|
||||||
|
|
||||||
|
```json5
|
||||||
|
"userDataDir": false,
|
||||||
|
```
|
||||||
|
|
||||||
### Example JetBrains IDEs Debug Configuration
|
### Example JetBrains IDEs Debug Configuration
|
||||||
|
|
||||||
You can also debug your Nuxt app in JetBrains IDEs such as IntelliJ IDEA, WebStorm, or PhpStorm.
|
You can also debug your Nuxt app in JetBrains IDEs such as IntelliJ IDEA, WebStorm, or PhpStorm.
|
||||||
|
Loading…
Reference in New Issue
Block a user