Created
October 11, 2021 06:35
-
-
Save runningzyp/8583a1ca95b97edcfabd7542ea8cfe3b to your computer and use it in GitHub Desktop.
python 断点调试
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
from ipdb import set_trace;set_trace(context=30) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment