class

Swanium::Frontend::Debugger

Inherits Reference < Object

Keyboard-driven debugger state and a tiny allocation-light RGBA overlay.

Constructors

Instance methods

memory_address
Source
move_memory(delta : Int32) : Nil
Source
paused
Source
render(rgba : Bytes, machine : Core::Machine, bus : Core::WonderSwanBus, audio_latency_ms : UInt32 = 0_u32, audio_underruns : UInt32 = 0_u32) : Nil
Source
request_step
Source
run_instruction?(machine : Core::Machine, bus : Core::WonderSwanBus) : Bool
Source
toggle_layer(bus : Core::WonderSwanBus, layer : Int32) : Nil

Layer 0/1/2 correspond to SCR1, SCR2 and sprites.

Source
toggle_pause
Source
toggle_visible
Source
visible
Source