Souryo
|
f32753cacb
|
Debugger: Add cycle elapsed counter (since last break)
|
2017-08-05 18:00:59 -04:00 |
|
Souryo
|
ce3e4d7c80
|
Debugger: Fixed issues with CPU/PPU state edition
|
2017-08-05 14:55:07 -04:00 |
|
Souryo
|
2753273206
|
Debugger: Added conditional logging to trace logger
|
2017-08-05 12:13:53 -04:00 |
|
Souryo
|
299747e76a
|
Debugger: Breakpoint-related improvements + small performance improvements
|
2017-08-03 21:30:44 -04:00 |
|
Souryo
|
f975728005
|
Debugger: Allow stepping back through the execution (by using rewind mechanic)
|
2017-08-01 22:49:50 -04:00 |
|
Souryo
|
4455178da2
|
Code refactoring (patch/archive handling) + allow HD packs to be loaded from archives
|
2017-07-30 09:46:07 -04:00 |
|
Souryo
|
ae2f591856
|
Debugger: Added option to break when debugger gets focus
|
2017-06-29 13:55:12 -04:00 |
|
Souryo
|
410cd90977
|
Debugger: Added option to automatically refresh watch while running
|
2017-06-29 13:47:49 -04:00 |
|
Souryo
|
8c3402c819
|
Debugger: Fixed potential deadlock when closing debugger
|
2017-05-06 18:35:25 -04:00 |
|
Souryo
|
562f3be5d3
|
Debugger: Fixed a rare deadlock when closing debugger at the same time as loading a rom
|
2017-05-02 21:34:04 -04:00 |
|
Souryo
|
14a27bb18a
|
Debugger: Added a few aliases (PC, OpPC, Frame)
|
2017-04-30 20:40:09 -04:00 |
|
Souryo
|
552912f52b
|
Linux: Fixed some debugger UI issues
|
2017-03-24 15:11:38 -04:00 |
|
Souryo
|
e2fb36240d
|
Debugger: Assembler can now be used to write new code without selecting code to edit
|
2017-03-11 15:37:57 -05:00 |
|
Souryo
|
90788e557e
|
Debugger: Add a "Code" menu that contains options from the code window right-click menu
|
2017-03-11 00:56:00 -05:00 |
|
Souryo
|
7bfe260c27
|
Debugger: Small performance fix
|
2017-03-10 18:35:01 -05:00 |
|
Souryo
|
09347d85b7
|
Debugger: Added assembler tool + allow editing of existing code by using assembler (wip)
|
2017-03-07 18:10:22 -05:00 |
|
Souryo
|
910e27f0af
|
Debugger: Ability to save modified PRG/CHR back to a rom
|
2017-03-04 22:25:25 -05:00 |
|
Souryo
|
485e8cc2ce
|
Debugger: Added tile editor feature in PPU viewer
|
2017-03-04 21:52:08 -05:00 |
|
Souryo
|
47d5dd6ecc
|
Debugger: Added break on unofficial op/brk options
|
2017-03-04 16:18:28 -05:00 |
|
Souryo
|
51afb5ae3f
|
Debugger: Added several commands to right-click menu in hex editor (including freeze/unfreeze feature)
|
2017-03-02 20:33:25 -05:00 |
|
Souryo
|
a10fef630a
|
Debugger: Save TBL settings in workspace
|
2017-02-26 19:18:01 -05:00 |
|
Souryo
|
b1de3cf1af
|
Debugger: Fixed memory mapping redraw issues
|
2016-12-19 19:40:18 -05:00 |
|
Souryo
|
760011b66d
|
Linux: Added DroidSansMono font + changed default size
|
2016-12-18 12:43:20 -05:00 |
|
Souryo
|
b916332264
|
Linux: Made open/save dialogs case insensitive
|
2016-12-12 23:25:20 -05:00 |
|
Souryo
|
c023a87dd9
|
Debugger: Allow double-clicking in profiler to move to function in debugger + better sort default
|
2016-12-09 00:12:38 -05:00 |
|
Souryo
|
189bede58d
|
Debugger: Fixed break on reset menu state when opening debugger
|
2016-12-08 19:34:43 -05:00 |
|
Souryo
|
e15c0e9851
|
Debugger: Fixed menu items default checked state when opening debugger
|
2016-12-06 23:22:33 -05:00 |
|
Souryo
|
de5df89654
|
Debugger: Added resizable and collapsable panels for bottom and right panels
|
2016-12-06 22:50:27 -05:00 |
|
Souryo
|
e8c86804ac
|
Debugger: Replaced "Apply Changes" button with an "Undo" button instead - changes are automatically applied on the next instruction after changing them
|
2016-12-06 19:03:29 -05:00 |
|
Souryo
|
8c9f32419c
|
Debugger: Options to disassemble unknown blocks and/or data
|
2016-12-05 23:35:07 -05:00 |
|
Souryo
|
9b5917cd31
|
Debugger: Added goto dropdown button for click access to nmi/irq/reset subs.
|
2016-12-04 14:12:49 -05:00 |
|
Souryo
|
33ca8cb3f5
|
Debugger: Option to display opcodes in lower case
|
2016-12-04 11:16:44 -05:00 |
|
Souryo
|
0df07aadc4
|
Debugger: Clicking on the main window will no longer pop up the debugger window over the ppu viewer/etc.
|
2016-12-04 10:30:15 -05:00 |
|
Souryo
|
eafb8cb1a3
|
Debugger: Fixed labels/layout
|
2016-12-04 10:29:36 -05:00 |
|
Souryo
|
4a091b9e25
|
Debugger: Added break on power/reset option
|
2016-12-04 09:53:25 -05:00 |
|
Souryo
|
a3f9cde53b
|
Debugger: Added option to disable default labels/workspace
|
2016-12-04 09:43:43 -05:00 |
|
Souryo
|
b91676a98f
|
Debugger: Added option to break (or not) when debugger is opened
|
2016-12-04 09:37:01 -05:00 |
|
Souryo
|
d541457a57
|
Debugger: Updated some labels & instruction names, fixed layout slightly
|
2016-12-04 09:16:09 -05:00 |
|
Souryo
|
da3cfdeeec
|
Debugger: Added option to automatically load DBG files when they are next to the rom file (same name, dbg extension)
|
2016-12-01 21:43:32 -05:00 |
|
Souryo
|
a86eaa0911
|
Debugger: Find All Occurrences search
|
2016-12-01 20:45:13 -05:00 |
|
Souryo
|
111cf1cca1
|
Debugger: Added "Break in..." (cpu instructions/ppu cycles) window
|
2016-11-28 20:57:53 -05:00 |
|
Souryo
|
28899e3e18
|
Debugger: Added option to highlight disassembled but not yet executed code (e.g unused branches)
|
2016-11-27 19:43:17 -05:00 |
|
Souryo
|
4350952ad3
|
Debugger: Find Occurrences feature for labels/addresses
|
2016-11-27 10:56:37 -05:00 |
|
Souryo
|
8c209367a7
|
Debugger: Save debugger window size & bottom panel height
|
2016-11-26 20:58:27 -05:00 |
|
Souryo
|
ea9c32437c
|
Debugger: Added feature to manually change the CPU/PPU's state
|
2016-11-26 17:48:11 -05:00 |
|
Souryo
|
42d9fb0ea1
|
Debugger: Fixed flickering lists, performance improvements, etc.
|
2016-11-26 14:15:50 -05:00 |
|
Souryo
|
9da501bbd5
|
Debugger: Allow import of LD65's DBG files into the workspace as labels/comments (incomplete, but works)
|
2016-11-25 21:05:07 -05:00 |
|
Souryo
|
271e46b02b
|
Debugger: Better tooltip for mouseover on labels/addresses
|
2016-11-24 19:47:59 -05:00 |
|
Souryo
|
da1112ddf4
|
Debugger: Added save/reset workspace buttons
|
2016-11-24 00:18:07 -05:00 |
|
Souryo
|
6fdaa7fedc
|
Debugger: Game-independent workspaces for debugger
|
2016-11-23 23:46:01 -05:00 |
|