Skip to content

Instantly share code, notes, and snippets.

View amir-abdi's full-sized avatar

Amir Abdi amir-abdi

View GitHub Profile
python -c "breakpoint()"
# Will pause execution at the breakpoint and start the debugger
PYTHONBREAKPOINT=0 python -c "breakpoint()"
# Skips the breakpoint