mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 21:38:40 +00: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_StepIntoInst
|
||||||
: D_CmdKind_StepOverInst);
|
: D_CmdKind_StepOverInst);
|
||||||
}
|
}
|
||||||
d_cmd(step_cmd_kind);
|
d_cmd(step_cmd_kind, .entity = params.entity);
|
||||||
}
|
}
|
||||||
else if(!d_ctrl_targets_running())
|
else if(!d_ctrl_targets_running())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user