Documentation: reverse step, next and stepout (#3119)
These were implemented in [1]. [1] https://github.com/go-delve/delve/pull/1785
This commit is contained in:
parent
d9d8f4ad8c
commit
e2ec3eb633
@ -556,7 +556,7 @@ Aliases: r
|
||||
|
||||
## rev
|
||||
Reverses the execution of the target program for the command specified.
|
||||
Currently, only the rev step-instruction command is supported.
|
||||
Currently, rev next, step, step-instruction and stepout commands are supported.
|
||||
|
||||
|
||||
## rewind
|
||||
|
||||
@ -605,7 +605,7 @@ The "note" is arbitrary text that can be used to identify the checkpoint, if it
|
||||
group: runCmds,
|
||||
cmdFn: c.revCmd,
|
||||
helpMsg: `Reverses the execution of the target program for the command specified.
|
||||
Currently, only the rev step-instruction command is supported.`,
|
||||
Currently, rev next, step, step-instruction and stepout commands are supported.`,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user