T
TanStack10mo ago
quickest-silver

How to debug in VSCode

I'm unable to debug the getting started app in VSCode. Tried this configuration (.vscode\launch.json):
{
"version": "0.2.0",
"configurations": [
{
"type": "node-terminal",
"request": "launch",
"name": "Debug Vinxi App",
"command": "npm run dev",
"outputCapture": "std"
},
]
}
{
"version": "0.2.0",
"configurations": [
{
"type": "node-terminal",
"request": "launch",
"name": "Debug Vinxi App",
"command": "npm run dev",
"outputCapture": "std"
},
]
}
But, ther server breakpoints work only the first time.
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?