pudb.cfg 321 B

123456789101112131415161718
  1. [pudb]
  2. breakpoints_weight = 1
  3. current_stack_frame = top
  4. custom_shell =
  5. custom_stringifier =
  6. custom_theme =
  7. display = auto
  8. line_numbers = True
  9. prompt_on_quit = True
  10. seen_welcome = e034
  11. shell = internal
  12. sidebar_width = 0.5
  13. stack_weight = 1
  14. stringifier = repr
  15. theme = midnight
  16. variables_weight = 1
  17. wrap_variables = True