提交 282b3e05 编写于 作者: S Steve Mynott 提交者: Derek Parker

terminal: alias stepout to so (#1646)

* alias stepout to so

* run gen-cli-docs.go to update cli/README.md
上级 67b6d4b9
......@@ -398,6 +398,7 @@ Aliases: si
## stepout
Step out of the current function.
Aliases: so
## thread
Switch to the specified thread.
......
......@@ -144,7 +144,7 @@ the arguments. With -noargs, the process starts with an empty commandline.
Optional [count] argument allows you to skip multiple lines.
`},
{aliases: []string{"stepout"}, cmdFn: c.stepout, helpMsg: "Step out of the current function."},
{aliases: []string{"stepout", "so"}, cmdFn: c.stepout, helpMsg: "Step out of the current function."},
{aliases: []string{"call"}, cmdFn: c.call, helpMsg: `Resumes process, injecting a function call (EXPERIMENTAL!!!)
call [-unsafe] <function call expression>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册