Browse Source

midnight, line num, stringify via repr; git ignore saved breakpoints

Fabian Peter Hammerle 5 years ago
commit
cdc984458f
2 changed files with 19 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 18 0
      pudb.cfg

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+/saved-breakpoints-*

+ 18 - 0
pudb.cfg

@@ -0,0 +1,18 @@
+[pudb]
+breakpoints_weight = 1
+current_stack_frame = top
+custom_shell = 
+custom_stringifier = 
+custom_theme = 
+display = auto
+line_numbers = True
+prompt_on_quit = True
+seen_welcome = e034
+shell = internal
+sidebar_width = 0.5
+stack_weight = 1
+stringifier = repr
+theme = midnight
+variables_weight = 1
+wrap_variables = True
+