Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 597 Bytes

File metadata and controls

18 lines (15 loc) · 597 Bytes

Steps to reproduce issue where debugger does not attach in Dev Container

Prerequisites

  1. Docker for Windows installed
  2. WSL 2 installed.

From Windows

  1. Pull down this repo.
  2. Launch in VSCode
  3. Run the the launch item "Docker: Python - Flask" from Run and Debug tab.
  4. Observe that the debugger attaches.

From Dev Container

  1. Pull down this repo
  2. Launch in VSCode
  3. When prompted (or from command palette) "Reopen in Container". Waint until fully loaded.
  4. Run the launch item "Docker: Python - Flask" from Run and Debug tab.
  5. Observe that the debugger does not attach.