Skip to content
Rowan edited this page Jul 17, 2020 · 17 revisions

The SNES Tracker release package contains a standalone debugger program (std.exe). Use it to open an SPC song and it is useful for all sorts of things, including:

  • SPC song playback.
  • View and analyse memory usage.
  • View and edit playback and DSP parameters in realtime.
  • Alter song properties.
  • RIP BRR samples from SPC files.
  • Export to WAV.
  • more...

Screenshot

SNES Tracker Debugger screenshot

Memory Area

The default view primarily consists of the Memory Area, identified by various shades of color. Memory is colored based on the following:

  • PC (program counter) execution addresses are colored as red.
  • Reads are colored as blue
    • BRR sample header bytes are additionally dotted as white. The End BRR block is completely yellow.
  • Writes are green
  • Read+Write gives cyan
  • The echo buffer (if active) is represented by a relatively large yellow region whose size is in correlation with the set echo delay value (EDL).

Debugger key

Clone this wiki locally