gameboy-advance: enable debugging with GDB

This commit is contained in:
Ayke van Laethem
2020-01-26 19:20:34 +01:00
committed by Daniel Esteban
parent 100cbad65e
commit 53688c86c8
2 changed files with 27 additions and 2 deletions
+2 -1
View File
@@ -26,5 +26,6 @@
"extra-files": [
"targets/gameboy-advance.s"
],
"emulator": ["mgba-qt"]
"gdb": "gdb-multiarch",
"emulator": ["mgba", "-3"]
}