andychase / gbajs2

gbajs2 is a Game Boy Advance emulator written in Javascript from scratch using HTML5 technologies like Canvas and Web Audio. It is freely licensed and works in any modern browser without plugins.
https://andychase.me/gbajs2
BSD 2-Clause "Simplified" License
212 stars 76 forks source link

Question about debugger and console #26

Closed xxxdrewwerdxxx closed 3 years ago

xxxdrewwerdxxx commented 3 years ago

What is the debugger and console? And how do you use it? Thank you!

andychase commented 3 years ago

How it's currently implemented is you would have to go to /debugger.html... though I'm not sure it works in gbajs2. I think some "renderers" support it and others do not.

Hope this is helpful!

andychase commented 3 years ago

See https://github.com/andychase/gbajs2/issues/11