Swanium::Frontend::Debugger
Inherits Reference < Object
Keyboard-driven debugger state and a tiny allocation-light RGBA overlay.
Constructors
new
SourceInstance methods
memory_address
Sourcemove_memory(delta : Int32) : Nil
Sourcepaused
Sourcerender(rgba : Bytes, machine : Core::Machine, bus : Core::WonderSwanBus, audio_latency_ms : UInt32 = 0_u32, audio_underruns : UInt32 = 0_u32) : Nil
Sourcerequest_step
Sourcerun_instruction?(machine : Core::Machine, bus : Core::WonderSwanBus) : Bool
Sourcetoggle_layer(bus : Core::WonderSwanBus, layer : Int32) : Nil
Layer 0/1/2 correspond to SCR1, SCR2 and sprites.
toggle_pause
Sourcetoggle_visible
Sourcevisible
Source