Skip to content

Commit

Permalink
basic debugger structure
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Jul 7, 2024
1 parent b4bac66 commit a290821
Show file tree
Hide file tree
Showing 4 changed files with 358 additions and 237 deletions.
4 changes: 2 additions & 2 deletions platforms/shared/desktop/gui_debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ void gui_debug_windows(void)
debug_window_processor();
if (config_debug.show_memory)
debug_window_memory();
// if (config_debug.show_disassembler)
// debug_window_disassembler();
if (config_debug.show_disassembler)
gui_debug_window_disassembler();
// if (config_debug.show_video)
// debug_window_vram();
// if (config_debug.show_video_registers)
Expand Down
Loading

0 comments on commit a290821

Please sign in to comment.