Commit graph

10 commits

Author SHA1 Message Date
Sour
16d6d70376 Debugger: Fixed bug that copied watch entries from rom to rom
While the debugger was active and the current rom had watch entries, opening a new rom for the same console that had never been opened in the debugger would end up copying the watch entries from the previous rom into the new rom's workspace
2025-02-26 20:38:46 +09:00
Sour
fd1f27e192 Debugger: Watch - Allow using [array, length] syntax with tokens, instead of only labels & numerical addresses
e.g allows [r11, 10] to display 10 values starting from the address in r11
2024-07-28 13:02:15 +09:00
Sour
13acb3fe42 Added GBA support 2024-03-30 11:42:31 +09:00
Sour
4168583fb5 Debugger: Auto-save debug workspace periodically to prevent data loss if a crash occurs 2023-12-26 18:15:15 +09:00
Sour
682af6246e UI: Rename NewUI to UI 2023-01-25 16:03:56 -05:00
Sour
3c05100045 UI: Delete old winforms UI project 2023-01-25 15:49:52 -05:00
Sour
f0d4e6deeb Debugger: Seperate watch entries for CPU vs SPC 2019-04-07 15:03:41 -04:00
Sour
35476426c0 Debugger: SPC watch and conditional breakpoints 2019-04-07 14:38:22 -04:00
Sour
65fff98f1c Debugger: Save window position/size + move debugger options 2019-03-31 09:11:56 -04:00
Sour
26e90e90a1 Debugger: Watch list 2019-02-27 20:33:56 -05:00