Skip to content

Instantly share code, notes, and snippets.

@pancudaniel7
Created December 21, 2021 20:51
Show Gist options
  • Save pancudaniel7/ea07fc4666a6e814c9f361480b6ee4ea to your computer and use it in GitHub Desktop.
Save pancudaniel7/ea07fc4666a6e814c9f361480b6ee4ea to your computer and use it in GitHub Desktop.
Python3 remote debugging using debugpy
#!/bin/bash
# Debug
python3 -m debugpy --listen 1.2.3.4:5678 --wait-for-client -m myproject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment