Skip to content

Instantly share code, notes, and snippets.

@amir-abdi
Last active December 12, 2022 08:57
Show Gist options
  • Save amir-abdi/795d48c070f74c9095be5dd2e76dab1d to your computer and use it in GitHub Desktop.
Save amir-abdi/795d48c070f74c9095be5dd2e76dab1d to your computer and use it in GitHub Desktop.
python -c "breakpoint()"
# Will pause execution at the breakpoint and start the debugger
PYTHONBREAKPOINT=0 python -c "breakpoint()"
# Skips the breakpoint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment