pineman / fpt

Gameboy emulator (yes, written in rust)
https://pineman.github.io/fpt
MIT License
5 stars 1 forks source link

Breakpoints with function names #57

Open joajfreitas opened 2 months ago

joajfreitas commented 2 months ago

Allow to use breakpoints with function names. Would probably mean implemented reading .sym files produced by RGBDS, see #56.