mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-04-16 08:45:38 +02:00
byuu says: I'm happy enough with the debugger now. Not 100% up to par with the old one, but it also does some new things the old one didn't. - step into / step over are disabled unless they can be done safely - this means step over is usually grayed unless you hit step into first, due to bsnes not being opcode-based (you can't skip an opcode that is half-executed) - you can now trace console output to disk - stepping the CPU will print stepped SMP opcodes if the checkbox for it is on and vice versa - button added to clear the console log
Description
Languages
C++
60.9%
C
32.5%
Objective-C
4.6%
Makefile
0.8%
GLSL
0.7%
Other
0.5%