Skip to content

Debugger does not work #1828

@noahmacca

Description

@noahmacca

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

image

Expected behavior

Debugger attaches.

Steps to reproduce:

  1. Make new project (mkdir test-py)
  2. Open in vscode( code ./test-py)
  3. Make new file hello.py
  4. Make new line print('hello world')
  5. Save
  6. Hit F5

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-debuggingbugIssue identified by VS Code Team member as probable buginfo-neededIssue requires more information from poster

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions