Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Keckelt/python remote debugger #99

Closed
wants to merge 18 commits into from

Conversation

keckelt
Copy link
Member

@keckelt keckelt commented Jan 24, 2020

based on #76
testing with ptvsd v5
Also see microsoft/ptvsd#1979

@keckelt
Copy link
Member Author

keckelt commented May 18, 2020

Note to future self: https://blog.theodo.com/2020/05/debug-flask-vscode/

@keckelt
Copy link
Member Author

keckelt commented Jul 23, 2020

Setup

hardcode env in docker compose: 'python phovea_server/__main__.py --env development api'

rebuild with dev requirements: docker-compose -f docker-compose.yml -f docker-compose-debug.yml build --no-cache
up: docker-compose -f docker-compose.yml -f docker-compose-debug.yml up

Status

Debugger attaches and halts, but does not jump to the breakpoint on pause or display the variables/Stacktrace etc

@keckelt keckelt self-assigned this Feb 23, 2022
@keckelt keckelt closed this Feb 23, 2022
@keckelt keckelt deleted the keckelt/python-remote-debugger branch February 23, 2022 11:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants