anthony.davidson.189
anthony.davidson.189
WWasp-lang
Created by anthony.davidson.189 on 7/28/2023 in #🙋questions
Debug Wasp app in VS Code
It works, thank you very much! I understand why you won't put that into docs though 😂 I hope the process improves in the future. Proper debugging is essential for a project more significant than a to-do app, probably makes sense to add it to the backlog Thanks again! 🙏
23 replies
WWasp-lang
Created by anthony.davidson.189 on 7/28/2023 in #🙋questions
Debug Wasp app in VS Code
I don't have any code issues yet, but the logic of my app is pretty complex, and debugging it with console.log is exceptionally inconvenient 🙂
23 replies
WWasp-lang
Created by anthony.davidson.189 on 7/28/2023 in #🙋questions
Debug Wasp app in VS Code
That works, thanks. But the breakpoints I've set there are not hit. Can it be because the issue in my .vscode/launch.json config is inaccurate?
{
"version": "0.2.0",
"configurations": [

{
"type": "node",
"name": "Attach to Node on Port",
"request": "attach",
"port": 3001
}
]
}
{
"version": "0.2.0",
"configurations": [

{
"type": "node",
"name": "Attach to Node on Port",
"request": "attach",
"port": 3001
}
]
}
23 replies
WWasp-lang
Created by anthony.davidson.189 on 7/28/2023 in #🙋questions
Debug Wasp app in VS Code
the Thanks for the answer, I've tried to dig into wasp/out/server/src folder, but actions there are not the same as in my code.
23 replies
WWasp-lang
Created by anthony.davidson.189 on 7/28/2023 in #🙋questions
Debug Wasp app in VS Code
@Wasp Team any suggestions? 👆
23 replies