File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ See http://lists.gnu.org/archive/html/bug-bash/2017-04/msg00004.html
46
46
See also:
47
47
---------
48
48
49
- **continue **, **next **, and **step **.
49
+ **next **, **step **, and **continue **.
50
50
"
51
51
52
52
_Dbg_do_skip () {
Original file line number Diff line number Diff line change 3
3
4
4
Gentle Termination (``quit ``)
5
5
-----------------------------
6
-
7
6
**quit ** [*exit-code * [*shell-levels *]]
8
7
9
8
The program being debugged is aborted. If *exit-code * is given, then
@@ -13,4 +12,6 @@ of those shells should have been run under the debugger.
13
12
14
13
.. seealso ::
15
14
15
+
16
16
:ref: `kill <kill >` for more forceful termination commands. :ref: `run <run >` restarts the debugged program.
17
+
Original file line number Diff line number Diff line change 20
20
21
21
If suffix \" -\" is added, the different line aspect of \" step+\" does not occur.
22
22
23
- With no suffix is given, the behavior is dictated by the setting of **set different **.
23
+ With no suffix given, the behavior is dictated by the setting of **set different **.
24
24
25
25
Examples:
26
26
+++++++++
You can’t perform that action at this time.
0 commit comments