✅ Debugging async code in vscode
Hello guys, is there a way to debug async code in vscode? I'm always getting this error.
3 Replies
I'm not following what you mean
You are debugging
The error is right there
you need
"console": "externalTerminal",
or "console": "integratedTerminal",
in your launch.json
file
also, Visual Studio
is much more beginner friendly than Visual Studio Code
. I would recommend you switch and start using Visual Studio
ty it works now