Created
April 12, 2022 07:46
-
-
Save aalencar/1e21c46c80abeda47e5aad7c18b5c4a8 to your computer and use it in GitHub Desktop.
VSCode config to debug wave app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Debug Wave App", | |
"type": "python", | |
"request": "launch", | |
"program": "${workspaceFolder}/py/venv/bin/wave", | |
"python": "${workspaceFolder}/py/venv/bin/python", | |
"args": [ | |
"run", | |
"examples.${fileBasename}" | |
] | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment