Last active
December 12, 2022 08:57
-
-
Save amir-abdi/795d48c070f74c9095be5dd2e76dab1d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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