File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 "autoeval" : True ,
4848 # Run 'list' command every time we enter the debugger?
4949 "autolist" : False ,
50- # Run 'info pc' command every time we enter the debugger?
51- "autopc" : False ,
5250 # Enter IPython every time we enter the debugger?
5351 # Note: only relevant if we have ipython installed. This takes
54- # precidence over autopython.
52+ # precedence over autopython.
5553 "autoipython" : False ,
54+ # Run 'info pc' command every time we enter the debugger?
55+ "autopc" : False ,
5656 # Enter Python every time we enter the debugger?
5757 "autopython" : False ,
5858 # Show basename only on filename output?
8080 # 'dark' : terminal highlighting for a dark background
8181 # 'light' : terminal highlighting for a light background
8282 "highlight" : is_dark_background (),
83- # Save debugger history?
84- "hist_save" : True ,
8583 # Where do we save the history?
8684 "histfile" : None ,
85+ # Save debugger history?
86+ "hist_save" : True ,
8787 # Show function calls/returns?
8888 "fntrace" : False ,
8989 # Number of lines to show by default in a 'list' command.
You can’t perform that action at this time.
0 commit comments