Skip to content

Instantly share code, notes, and snippets.

@FernandoCelmer
Created June 19, 2023 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FernandoCelmer/778f1d52fab6af1e9410c4913b098bed to your computer and use it in GitHub Desktop.
Save FernandoCelmer/778f1d52fab6af1e9410c4913b098bed to your computer and use it in GitHub Desktop.
{
"Debug Console Python": {
"prefix": "frompdb",
"body": [
"from pdb import set_trace; set_trace()"
],
"description": "Debug PDB Python"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment