We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
step_into
1 parent 8441563 commit 6d5a061Copy full SHA for 6d5a061
Ghidra/Debug/Debugger-agent-lldb/src/main/py/src/ghidralldb/methods.py
@@ -522,7 +522,7 @@ def interrupt(process: Process):
522
@REGISTRY.method(action='step_into')
523
def step_into(thread: Thread,
524
n: Annotated[int, ParamDesc(display='N')] = 1) -> None:
525
- """Step on instruction exactly."""
+ """Step one instruction exactly."""
526
t = find_thread_by_obj(thread)
527
t.process.SetSelectedThread(t)
528
exec_convert_errors('thread step-inst')
0 commit comments