You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description:
When using the debugger's "step into" on an unresolved function (one displayed as sub_...), then killing or detaching the debugger, the binary view unexpectedly jumps to the end of the binary instead of remaining at a sensible location.
Steps To Reproduce:
Open a binary in Binary Ninja and start a local debug session
Step into a call to an unresolved function (displayed as sub_...)
Kill or detach the debugger
Observe that the binary view jumps to the end of the binary
Expected Behavior:
Killing or detaching the debugger after stepping into an unresolved function should not cause the binary view to jump to the end of the binary.
Version and Platform (required):
Bug Description:
When using the debugger's "step into" on an unresolved function (one displayed as
sub_...), then killing or detaching the debugger, the binary view unexpectedly jumps to the end of the binary instead of remaining at a sensible location.Steps To Reproduce:
sub_...)Expected Behavior:
Killing or detaching the debugger after stepping into an unresolved function should not cause the binary view to jump to the end of the binary.
Screenshots/Video Recording:
Screencast.From.2026-08-31.12-37-45.webm