-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Labels
Milestone
Description
Refs: #561
- macOS @deepak1556
- linux @rzhao271
- windows @Yoyokrazy
Complexity: 4
Author: @eleanorjboyd
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
- Read the wiki docs to learn about the feature
- install the python-debugger extension
- 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