Closed
Description
Refs #94
- Set
"debugpy.debugJustMyCode": false,
in the workspace settings or user settings (don't specify any value for 'just my code' in the launch.json) - Use the requests package and have some line like
r = requests.get(url)
- Try to step into that line
- It's skipped 🐛