Commit graph

177 commits

Author SHA1 Message Date
Sour
7ec7512fde Debugger: Added "Auto-create jump labels" option 2018-09-08 13:16:17 -04:00
Sour
df68bf615b Debugger: Hide extra separator in break options when not running an NSF 2018-08-30 22:38:51 -04:00
Sour
5fbc59ccee Debugger: Added view in cpu/disassembly/etc shortcuts to hex editor 2018-08-26 20:33:08 -04:00
Sour
b669781ccf Debugger: Added break on init/play options for NSF files 2018-08-21 19:41:07 -04:00
Sour
6e40596830 Debugger: Fixed split view code window being empty when enabling split view 2018-08-20 20:13:43 -04:00
Sour
e9b82ae5f0 Debugger: Fixed crash when switching to source view if source files could not be loaded 2018-08-19 15:37:00 -04:00
Sour
d65f7a38c9 Debugger: Allow drag/drop of label files (dbg, mlb, fns) 2018-08-19 15:27:09 -04:00
Sour
d65261d990 Debugger: Added support for NESASM's .fns files (only works well with 32kb prg rom games) 2018-07-29 11:57:49 -04:00
Sour
79b773e65f Debugger: Added option to reset all labels before importing DBG/MLB files 2018-07-28 15:18:01 -04:00
Sour
2301f9b430 Debugger: Minor performance fixes 2018-07-25 19:42:19 -04:00
Sour
6a006056fa Debugger: Added option to always keep the active statement in the center of the viewport 2018-07-25 18:23:24 -04:00
Sour
49eae73d43 Debugger: Improved code window performance 2018-07-25 17:43:00 -04:00
Sour
15373016d0 Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
Sour
18b7206dc9 Debugger: Update CDL stats with the rest of the UI instead of using a timer 2018-07-10 19:36:15 -04:00
Sour
c85a09038d Debugger: Changed "Refresh watch while running" to "Refresh UI while running" (and refresh console status/memory mapping every 30 frames) 2018-07-10 00:04:59 -04:00
Sour
496097f09d Debugger: Disable "Break on decayed OAM read" option if oam decay emulation is disabled. 2018-07-08 10:28:48 -04:00
Sour
9f12f1c756 Debugger: Added option to break on decayed OAM read 2018-07-08 10:28:48 -04:00
Sour
7a62b2af80 Debugger: Added option to select which CPU to debug (VS DualSystem) (hidden from menu because issues exist) 2018-07-08 10:28:48 -04:00
Sour
c2e063d5c9 Debugger: Added Text Hooker (WIP) 2018-06-23 18:29:48 -04:00
Sour
7896e9d5ac Debugger: Fixed saved window location issues after closing minimized windows 2018-06-14 20:08:03 -04:00
Sour
326b543761 Debugger: Fixed tooltips not using the user's font for the code 2018-06-13 18:48:27 -04:00
Sour
718b671730 UI: Fixed warnings found by xbuild 14.0 2018-06-11 19:27:35 -04:00
Sour
7f95659d7d Linux: Workaround Mono crash related to GDI+ usage by opening up the debugger without split view on (and turning it on after 0.5 secs) 2018-06-09 22:27:37 -04:00
Sour
7f7d7ab1b3 Linux: Fixed rare crashes when opening debugger (when loading a DBG file) 2018-06-09 18:02:49 -04:00
Sour
39f2a1e2ff Linux: Fixed debugger shortcut keys not working most of the time 2018-06-09 17:54:34 -04:00
Sour
e2ef33d8e7 Debugger: Added special syntax to display arrays in watch window 2018-06-07 22:38:45 -04:00
Sour
8f6daaf9a9 Debugger: Added "Break on uninitialized memory read" option 2018-06-07 19:32:34 -04:00
Sour
7e08d32d45 Debugger: Fixed "Run One Frame" option in PAL mode (or when overclocking with additional scanlines) 2018-06-06 19:24:33 -04:00
Sour
be8cc9110d Debugger: Added vertical layout option 2018-06-05 20:11:56 -04:00
Sour
47265b757a Debugger: Reduced minimum size for main debugger window 2018-06-05 19:22:55 -04:00
Sour
10c69ad1d0 Debugger: Remember window position for all debug tools 2018-06-05 18:35:47 -04:00
Sour
0911cfe118 Debugger: Add option to only show code window tooltips when shift key is held 2018-05-20 18:53:27 -04:00
Sour
204d49a1b1 Debugger: Lua - Added Lua scripts examples (by upsilandre) 2018-04-15 14:20:15 -04:00
Sour
1809c5becc Debugger: Added Reset/Power Cycle shortcuts 2018-04-09 22:44:07 -04:00
Sour
638cddff65 Debugger: Added options to select what data is imported from dbg/mlb files 2018-03-27 19:46:15 -04:00
Sour
aaecfc6ba5 Docs: Updated documentation & screenshots 2018-03-24 16:14:52 -04:00
Sour
6769422008 Debugger: Added option to copy (or not) comments 2018-03-22 18:59:00 -04:00
Sour
acf49e4226 Debugger: Source-level debugging (for CC65/CA65 projects) 2018-03-18 19:57:56 -04:00
Sour
b6e10bc810 Debugger: Added "Break On" (scanline) feature 2018-03-15 18:34:00 -04:00
Sour
e033ecc523 Debugger: Added shortcut key to pause/unpause 2018-03-10 15:47:13 -05:00
Sour
e6014830f2 Debugger: Ability to customize all keyboard shortcuts 2018-03-10 09:58:24 -05:00
Sour
e23e7f4639 Debugger: Added options to configure copy behavior 2018-03-06 20:34:15 -05:00
Sour
cdbc35e49f Debugger: Added ability to customize the default labels on a per-mapper basis 2018-03-03 15:40:11 -05:00
Sour
51ce8a4781 Debugger: Added pause icon (and option to hide it) 2018-03-03 13:11:45 -05:00
Sour
00af520f28 Debugger: Fixed designer crashes 2018-03-03 11:14:57 -05:00
Sour
99b470046b Debugger: Added "Go To Program Counter" menus 2018-03-03 10:53:38 -05:00
Sour
024a0c1d3c Debugger: Allow font customization for most tools (debugger, memory viewer, assembler, trace logger, script window) 2018-03-03 10:41:59 -05:00
Sour
46b3aa0791 Debugger: Improved pause/unpause logic when opening/closing debugger 2018-02-24 15:10:01 -05:00
Sour
f8ed813d14 Debugger: Added options to configure whether or not the debugger pops up on breakpoints and pause/frame advance 2018-02-24 11:07:27 -05:00
Sour
075b6fbeee Debugger: Added verified/unidentified data toggles to toolbar + added shortcut keys 2018-02-23 10:56:19 -05:00