forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-debuggingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginfo-neededIssue requires more information from posterIssue requires more information from poster
Description
An update broke all debugging functionality for me; it was previously working fine.
Does this issue occur when all extensions are disabled?: YNo
No: You can't run a python debug session without the python extension. It occurs when all other extensions are disabled.
Otherwise please fill in the requested details below. "XXX" markers should not be present in the final bug report.
-->
Environment data
- VSCode Version: 1.23.1
- OS Version: Mac OS 10.13.4
- Extension version (available under the Extensions sidebar): 2018.4.0
- Python version (& distribution if applicable, e.g. Anaconda): brew, anaconda, tried them all
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): tried pipenv and global
- Relevant/affected Python packages and their versions: N/A
- Occurs with integrated or external console
- Happens with bash and fish as configured shell
Actual behavior
Expected behavior
Debugger attaches.
Steps to reproduce:
- Make new project (
mkdir test-py
) - Open in vscode(
code ./test-py
) - Make new file
hello.py
- Make new line
print('hello world')
- Save
- Hit F5
Metadata
Metadata
Assignees
Labels
area-debuggingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginfo-neededIssue requires more information from posterIssue requires more information from poster