yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
debugger_ui.h File Reference
#include <cstdint>
#include "imgui/imgui.h"
Include dependency graph for debugger_ui.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::emu
 SNES Emulation and debugging tools.
 
namespace  yaze::emu::ui
 

Functions

void yaze::emu::ui::RenderModernCpuDebugger (Emulator *emu)
 Modern CPU debugger with registers, flags, and controls.
 
void yaze::emu::ui::RenderBreakpointList (Emulator *emu)
 Breakpoint list and management.
 
void yaze::emu::ui::RenderMemoryViewer (Emulator *emu)
 Memory viewer/editor.
 
void yaze::emu::ui::RenderCpuInstructionLog (Emulator *emu, uint32_t log_size)
 CPU instruction log (legacy, prefer DisassemblyViewer)
 
void yaze::emu::ui::RenderApuDebugger (Emulator *emu)
 APU/Audio debugger with handshake tracker.
 
void yaze::emu::ui::RenderAIAgentPanel (Emulator *emu)
 AI Agent panel for automated testing/gameplay.