mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
25 lines
510 B
INI
25 lines
510 B
INI
[pudb]
|
|
breakpoints_weight = 1
|
|
current_stack_frame = top
|
|
custom_shell =
|
|
custom_stringifier =
|
|
custom_theme =
|
|
default_variables_access_level = public
|
|
display = auto
|
|
hide_cmdline_win = False
|
|
hotkeys_breakpoints = B
|
|
hotkeys_code = C
|
|
hotkeys_stack = S
|
|
hotkeys_toggle_cmdline_focus = ctrl x
|
|
hotkeys_variables = V
|
|
line_numbers = False
|
|
prompt_on_quit = True
|
|
seen_welcome = e054
|
|
shell = internal
|
|
sidebar_width = 0.5
|
|
stack_weight = 1
|
|
stringifier = default
|
|
theme = solarized
|
|
variables_weight = 1
|
|
wrap_variables = True
|
|
|