You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our newly released feature is no-config debugging! Read these docs to learn how to use it and we are looking for feedback on the docs as well as testing the feature
create a python project with a simple script you can add a breakpoint to
create a python environment (use command palette command)
activate this environment in a new terminal .source .venv/bin/activate
now you should be set up to follow the instructions from the docs to try this feature.
Please select which type of shell you use so we can get coverage across shells and feel free to test more if you desire but these are the different types that need to be covered:
bash / zsh
fish
powershell
cmd.exe
(whoever has windows will have to test two shells, sorry!)
Thanks
The text was updated successfully, but these errors were encountered:
Took a second to make sure settings were correct for python, had to disable the experiment and the auto venv activation, but then worked well. Just fiddly to get the shell state correct initially. 👍
Refs: #561
Complexity: 4
Author: @eleanorjboyd
Create Issue
Create Issue
Our newly released feature is no-config debugging! Read these docs to learn how to use it and we are looking for feedback on the docs as well as testing the feature
.source .venv/bin/activate
Please select which type of shell you use so we can get coverage across shells and feel free to test more if you desire but these are the different types that need to be covered:
(whoever has windows will have to test two shells, sorry!)
Thanks
The text was updated successfully, but these errors were encountered: