Skip to content

Instantly share code, notes, and snippets.

@runningzyp
Created October 11, 2021 06:35
Show Gist options
  • Save runningzyp/8583a1ca95b97edcfabd7542ea8cfe3b to your computer and use it in GitHub Desktop.
Save runningzyp/8583a1ca95b97edcfabd7542ea8cfe3b to your computer and use it in GitHub Desktop.
python 断点调试
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