disable single-step-stuck-thread behavior when launching-and-initing, such that breakpoints on entry point will not be stepped over

This commit is contained in:
Ryan Fleury
2024-03-22 17:17:08 -07:00
parent 995804cc78
commit c26274ac70
5 changed files with 92 additions and 59 deletions
+3
View File
@@ -1563,6 +1563,9 @@ internal DF_Entity *df_log_from_entity(DF_Entity *entity);
////////////////////////////////
//~ rjf: Target Controls
//- rjf: control user breakpoint gathering
internal CTRL_UserBreakpointList df_push_ctrl_user_breakpoints(Arena *arena);
//- rjf: control message dispatching
internal void df_push_ctrl_msg(CTRL_Msg *msg);