File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ typeset _Dbg_space=' '
4040#  Should we allow editing of debugger commands?
4141#  The value should either be '-e' or ''. And if it is
4242#  on, the edit style indicates what style edit keystrokes.
43- typeset  _Dbg_edit=' -e' 
43+ typeset  _Dbg_edit=' '   #  BashSupport Pro: removed ' -e' to disable readline support because it may break with custom inputrc settings 
4444typeset  _Dbg_edit_style=' emacs'    #  or vi
4545set  -o $_Dbg_edit_style 
4646
Original file line number Diff line number Diff line change 11set  trace-commands on
2+ set  editing emacs
23# Test to see that we read in files that mentioned in breakpoints
34# but we don't step into.
45step
Original file line number Diff line number Diff line change 11(bug-loc.sh:5):
225:	dirname=${BASH_SOURCE%/*}   # equivalent to dirname($0)
3+ +set editing emacs
4+ Editing of command lines as they are typed is on.
5+   Edit style is emacs.
36+# Test to see that we read in files that mentioned in breakpoints
47+# but we don't step into.
58+step 
Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ set autolist    -- Run list command is off.
8686set basename    -- Set short filenames (the basename) in debug output is on.
8787set debug       -- Set debugging the debugger is off.
8888set different   -- Set to stop at a different line is different
89- set editing     -- Set editing of command lines as they are typed is on .
90- set highlight   -- Set syntax highlighting of source listings is on .
89+ set editing     -- Set editing of command lines as they are typed is off .
90+ set highlight   -- Set syntax highlighting of source listings is off .
9191set history     -- Set record command history is off.
9292set linetrace   -- Set tracing execution of lines before executed is off.
9393set listsize    -- Set number of source lines bashdb will list by default.
Original file line number Diff line number Diff line change @@ -307,8 +307,7 @@ autolist    : Auto run of 'list' command is off.
307307basename    : Show short filenames (the basename) in is on.
308308debug       : Allow debugging the debugger is off.
309309different   : Stepping forces stopping at a new line is off.
310- editing     : Editing of command lines as they are typed is on.
311-   Edit style is emacs.
310+ editing     : Editing of command lines as they are typed is off.
312311highlight   : Syntax highlight in source listings is off.
313312history     --
314313  filename: The filename in which to record the command history is
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments