forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-debuggingarea-testingfeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
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...)
Flamefire, jahan01, adricu, kbakk and nrdhm
Metadata
Metadata
Assignees
Labels
area-debuggingarea-testingfeature-requestRequest for new features or functionalityRequest for new features or functionality