如何在单步执行断点后显示 pwndbg 或 GEF 菜单,但不再次单步执行?

How Would I Show pwndbg or GEF Menus After Stepping at Breakpoint, But Without Stepping Again?

如何显示 pwndbg (https://github.com/pwndbg/pwndbg) (e.g. disassemble, code, stack trace, ..etc) that are shown by default when a step is made, and the program is paused at a certain breakpoint, but without having to make another step to show those menus? I would like to ask the same question as well for GEF (https://github.com/hugsy/gef) 的默认菜单?

我找到了我要找的答案。再次生成菜单的是命令"context"!!