Commit graph

220 commits

Author SHA1 Message Date
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
Souryo
a41731870f Debugger: Default labels for NES/FDS 2016-11-23 23:03:29 -05:00
Souryo
672dbca4dd Debugger: Ensure label list always updates properly vs bank switching 2016-11-22 23:16:53 -05:00
Souryo
512e37c6af Debugger: Labels/comments now work with built-in ram, work ram and save ram 2016-11-22 22:38:14 -05:00
Souryo
3751711f17 Debugger: Allow code labels to be used in watch/breakpoint expressions 2016-11-22 18:28:59 -05:00
Souryo
d4b9bd982e Debugger: Added way to load word values into watch/breakpoint conditions. Also fixed issues with unary operators with ExpressionEvaluator 2016-11-22 16:56:23 -05:00
Souryo
f7d043b05c Debugger: Added option to show/hide function & label lists 2016-11-22 00:21:49 -05:00
Souryo
3778fafbc0 Debugger: Write handler address for goto nmi/irq/reset menus 2016-11-21 22:43:59 -05:00
Souryo
4ffebdb4e0 Debugger: Ability to add labels/symbols & comments to code (work in progress) 2016-11-21 22:34:47 -05:00
Souryo
1215b3e813 Debugger: Added function list (based on JSR calls) 2016-11-20 13:15:37 -05:00
Souryo
ebd5fd318c Debugger: Added option to view the result of the addressing logic for indirect/absolute addressing modes 2016-11-19 19:21:28 -05:00
Souryo
bab9296f23 Debugger: Fixed crash when opening debugger on some computers 2016-09-07 07:28:02 -04:00
Souryo
4955d35f81 Debugger: Minor tweaks to main window 2016-09-05 16:48:20 -04:00
Souryo
69f1ca010e Debugger: Added cpu/ppu memory mapping display (not finished, but enough for most typical cases) 2016-09-04 18:08:16 -04:00
Souryo
9ad4719d57 Trace Logger: Added options + improved UI usability 2016-09-03 21:52:59 -04:00
Souryo
7687eccd70 Debugger: Fixed crash that occured when reloading saved breakpoints 2016-06-25 22:06:22 -04:00
Souryo
956834d4a5 Debugger: Improved expression evaluator when dealing with memory addresses + added "address" and "romaddress" special values 2016-06-05 11:51:46 -04:00
Souryo
ba44be9a85 Debugger: Run one scanline option 2016-06-05 10:29:54 -04:00
Souryo
3f801e22ff Debugger: Option to display the current frame as it is being drawn (pixel by pixel), instead of displaying when the full frame is done. 2016-06-05 10:26:05 -04:00
Souryo
f7aa61582b Debugger: Cycle-by-cycle PPU debugging 2016-06-04 15:38:48 -04:00
Souryo
c2f83e288e Debugger: Save all settings, breakpoints and watch entries to config file 2016-06-04 14:43:13 -04:00
Souryo
e210d267d8 Debugger: Fixed some deadlocks when pausing/resetting/changing game, fixed breakpoints not being remembered after a reset 2016-06-04 08:55:52 -04:00
Souryo
a732ef9f59 Debugger: Improved performance (reduced locking, etc.).
Also fixed a bug in GenerateOutput when cpu memory is mapped to prg ram (instead of rom)
2016-01-26 16:47:21 -05:00