소스 검색

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

Fabian Peter Hammerle 5 년 전
커밋
cdc984458f
2개의 변경된 파일19개의 추가작업 그리고 0개의 파일을 삭제
  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
+