mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-15 16:42:23 -07:00
fix busted stepping mechanism
This commit is contained in:
@@ -4861,7 +4861,7 @@ d_tick(Arena *arena, D_TargetArray *targets, D_BreakpointArray *breakpoints)
|
||||
? D_CmdKind_StepIntoInst
|
||||
: D_CmdKind_StepOverInst);
|
||||
}
|
||||
d_cmd(step_cmd_kind);
|
||||
d_cmd(step_cmd_kind, .entity = params.entity);
|
||||
}
|
||||
else if(!d_ctrl_targets_running())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user