Closed
Description
Environment data
VS Code version: 1.18.1
Python Extension version: 0.8.0
Python Version: 3.6
OS and version: Windows 10 falls update
Actual behavior
"Step into" when debugging does not let me go inside a lib installed in the venv (not the current personal code)
Expected behavior
"Step into" let me step into whatever code (mine or dependencies).
Steps to reproduce:
- Place a breakpoint on a
requests.get
- Step into
Logs
N/A
PTVS has an option for that, and possible in PyDev (but full disclosure it was a long time ago for this one...)