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:
Frederick Zhang 2022-08-25 00:27:07 +10:00 committed by GitHub
parent d9d8f4ad8c
commit e2ec3eb633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -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.`,
})
}