File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,14 @@ inside the debugger. See :ref:`set basename <set_basename>` for more information
6363
6464:-n | --nx | --no-init:
6565
66- Normally the debugger will read debugger commands in `~/.bashdbinit ` if
67- that file exists before accepting user interaction. `.bashdbinit ` is
66+ Normally the debugger will read debugger commands in `~/.bashdbrc ` if
67+ that file exists before accepting user interaction. `.bashdbrc ` is
6868analogous to GNU gdb's `.gdbinit `: a user might want to create such a
6969debugger profile to add various user-specific customizations.
7070
7171Using the `-n ` option this initialization file will not be read. This
7272is useful in regression testing or in tracking down a problem with
73- one's `.bashdbinit ` profile.
73+ one's `.bashdbrc ` profile.
7474
7575
7676:-c | --command *command-string *:
@@ -89,7 +89,7 @@ changeable copyright date in the regression-test matching.
8989:-x | --eval-command *debugger-cmdfile *:
9090
9191Run the debugger commands *debugger-cmdfile * before accepting user
92- input. These commands are read however after any `.bashdbinit `
92+ input. These commands are read however after any `.bashdbrc `
9393commands. Again this is useful running regression-testing debug
9494scripts.
9595
You can’t perform that action at this time.
0 commit comments