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: [31mdirname[39;49;00m=[33m${[39;49;00m[31mBASH_SOURCE[39;49;00m%/*[33m}[39;49;00m[37m [39;49;00m[37m# equivalent to dirname($0)[39;49;00m
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,9 +86,9 @@ 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 .
89+ set editing -- Set editing of command lines as they are typed is off .
9090set filename-display-- absolute.
91- set highlight -- Set syntax highlighting of source listings is on .
91+ set highlight -- Set syntax highlighting of source listings is off .
9292set history -- Set record command history is off.
9393set linetrace -- Set tracing execution of lines before executed is off.
9494set listsize -- Set number of source lines bashdb will list by default.
Original file line number Diff line number Diff line change @@ -308,8 +308,7 @@ autolist : Auto run of 'list' command is off.
308308basename : Show short filenames (the basename) in is on.
309309debug : Allow debugging the debugger is off.
310310different : Stepping forces stopping at a new line is off.
311- editing : Editing of command lines as they are typed is on.
312- Edit style is emacs.
311+ editing : Editing of command lines as they are typed is off.
313312filename-display: is basename.
314313highlight : Syntax highlight in source listings is off.
315314history --
You can’t perform that action at this time.
0 commit comments