mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-20 18:51:35 +08:00
Debugger: fix description of step_into
This commit is contained in:
@@ -522,7 +522,7 @@ def interrupt(process: Process):
|
||||
@REGISTRY.method(action='step_into')
|
||||
def step_into(thread: Thread,
|
||||
n: Annotated[int, ParamDesc(display='N')] = 1) -> None:
|
||||
"""Step on instruction exactly."""
|
||||
"""Step one instruction exactly."""
|
||||
t = find_thread_by_obj(thread)
|
||||
t.process.SetSelectedThread(t)
|
||||
exec_convert_errors('thread step-inst')
|
||||
|
||||
Reference in New Issue
Block a user