Skip to content

Commit

Permalink
Fixed a bug where breakpoint and watchpoints would sometime stop working
Browse files Browse the repository at this point in the history
  • Loading branch information
LIJI32 committed Jul 29, 2023
1 parent 323b6fa commit d209628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/debugger.c
Original file line number Diff line number Diff line change
Expand Up @@ -2496,6 +2496,7 @@ void GB_debugger_handle_async_commands(GB_gameboy_t *gb)

while (gb->async_input_callback && (input = gb->async_input_callback(gb))) {
GB_debugger_execute_command(gb, input);
update_debug_active(gb);
free(input);
}
}
Expand Down

0 comments on commit d209628

Please sign in to comment.