Skip to content

Conversation

@gaogaotiantian
Copy link
Member

@gaogaotiantian gaogaotiantian commented Apr 13, 2023

This is the prototype of the new bdb/pdb for PEP 669.

Task list:

Mechanism:

  • Breakpoint
  • Code control
  • Ctrl+D to exit
  • Run as a module
    • execute script
    • execute module
  • Post-mortem debugging

Commands

  • help
  • where
  • down
  • up
  • break (no condition, basic search)
  • tbreak
  • clear (only for all)
  • disable
  • enable
  • ignore
  • condition
  • commands
  • step
  • next
  • until
  • return
  • continue
  • jump
  • list
  • longlist
  • args
  • p
  • pp
  • whatis
  • source
  • display
  • undisplay
  • interact
  • alias
  • unalias
  • !
  • run
  • restart
  • quit
  • debug
  • retval

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants