Hello,
using Lazarus v3.2 64bit, FPC v3.2.2, 64bit program being debugged.
In the attachment, on line 2214 there is an active breakpoint. That breakpoint used to be disabled and the program was running. While the program was running the breakpoint at that line was enabled, the act of enabling the breakpoint caused the Assembler window to, unexpectedly, open.
It seems the act of enabling the breakpoint caused FpDebug to decide to do an unnecessary remote breakin. (guess/observation based on tracing through the code after the ret.)