Commit graph

675 commits

Author SHA1 Message Date
Sour
6cafa77f22 Debugger: Make stack view slightly larger to ensure 2 bytes always fit on each line 2019-06-22 15:55:23 -04:00
Sour
04a41a1dd7 Debugger: Trace Logger - Added clear log button 2019-05-20 17:05:01 -04:00
Sour
5b80d2fe21 Core: Changed CPU cycle counter to be a 64-bit int (breaks save state compatibility) 2019-05-12 12:28:01 -04:00
Sour
586e97a428 Debugger: Fixed MLB file import for multi-byte labels (end address was excluded) 2019-05-11 21:40:59 -04:00
Sour
06a04cb826 Debugger: Hex Editor - Display dots for values above $7E when no TBL file is used 2019-05-01 17:07:14 -04:00
Sour
a44974488c Debugger: Nametable Viewer - Fixed "View in CHR Viewer" option 2019-05-01 16:50:10 -04:00
Sour
c4f4c93ab9 Debugger: Fix "edit label" when used on an address that is not mapped to ROM/RAM (e.g PPU registers) 2019-02-22 17:21:41 -05:00
Sour
ddc7d9fa97 Debugger: Allow empty labels in MLB files (e.g code comments) 2019-02-22 17:21:12 -05:00
Sour
a912707d75 Debugger: Nametable Viewer - Add breakpoint on attribute byte option (+shortcut) 2019-02-18 21:01:12 -05:00
Sour
56c523ef93 Debugger: Nametable Viewer - Fixed "add breakpoint" shortcut trying to add a breakpoint to the palette instead of nametable ram 2019-02-18 20:43:24 -05:00
Sour
ff4847b857 Debugged: Header Editor - Fixed controller dropdown to match spec modification 2019-02-02 12:08:38 -05:00
Sour
9bdea323ee Debugger: Event Viewer - Added 2x and compact mode buttons 2019-02-02 00:25:47 -05:00
Sour
fac849315f Debugger: Watch - Added format specifiers
+ Added help icon to watch window
2019-01-31 19:48:36 -05:00
Sour
efe55a9180 Debugger: Go To All - Fixed crash & issues in the display logic 2019-01-29 19:20:41 -05:00
Sour
49fcffd4ae Debugger: Watch - Minor highlight fix + cleanup 2019-01-29 18:47:26 -05:00
Sour
f146fd60c1 Debugger: Watch - Added import/export feature 2019-01-29 18:12:27 -05:00
Sour
62cb7271f5 Debugger: Watch - Prevent Esc key from starting edit mode 2019-01-29 17:22:28 -05:00
Sour
43a4fefcd4 Debugger: Fixed watch being reset each time Mesen is restarted 2019-01-29 17:22:08 -05:00
Sour
9a256fa8b7 Debugger: Added standalone "Watch Window" 2019-01-29 17:21:23 -05:00
Sour
d58d1f39d1 Debugger: Add move up/down shortcuts to watch list 2019-01-29 16:09:53 -05:00
Sour
bf160884db Debugger: Improved watch window usability 2019-01-29 00:09:26 -05:00
Sour
1088eb6656 Debugger: Fixed minor layout issues with "go to all" window 2019-01-27 14:59:36 -05:00
Sour
d076871ea2 Linux: Debugger - Fixed font size on break in/on buttons 2019-01-27 14:38:36 -05:00
Sour
9905f3a5da Debugger: Fixed crash when closing Lua script window (if script isn't running and it is the only debugger window opened) 2019-01-27 14:31:05 -05:00
Sour
dd72d2669f Linux: Debugger - Fixed assembler/script text color for dark themes 2019-01-27 14:02:04 -05:00
Sour
05f99aba7c Linux: Debugger - Tooltip layout fixes 2019-01-27 13:45:57 -05:00
Sour
f5d0b8b92b Linux: Fixed tooltips not restoring focus to code window when closing 2019-01-27 13:01:54 -05:00
Sour
1e58065154 Linux: Support for GTK dark themes 2019-01-27 01:18:18 -05:00
Sour
ffc81903f9 Debugger: Performance Tracker - Allow controlling display mode/speed with left/right click buttons 2019-01-24 17:31:44 -05:00
Sour
9ceb522874 Debugger: Added "Performance Tracker" tool 2019-01-24 00:50:42 -05:00
Sour
6d9019bbae Debugger: Nametable Viewer - Fixed tile preview being out of sync with the mouse location when emulation is paused 2019-01-23 17:27:48 -05:00
Sour
681c695d0b Debugger: Prevent overwriting an existing label when trying to add a multibyte label over it 2019-01-22 20:47:43 -05:00
Sour
55dc91e60c Debugger: CA65 integration - Don't treat .scope and .proc declarations as multi-byte labels 2019-01-22 20:37:33 -05:00
Sour
809ed1767e Debugger: Fixed issue with CA65 integration where labels/comments from the iNES header section could be applied to the NES' internal ram 2019-01-22 20:04:00 -05:00
Sour
5f9d9069d9 Debugger: Fixed multi-label issue that caused memory values to not be shown next to the instruction 2019-01-21 22:03:07 -05:00
Sour
ac65c636c1 Debugger: When resetting/power cycling while execution is stopped, break on the first instruction (whether or not the option to break on reset/power cycle is enabled) 2019-01-21 18:35:19 -05:00
Sour
677a841ce3 Debugger: Added option to show the selection's length in bytes 2019-01-21 18:21:45 -05:00
Sour
1861035534 Debugger: Allow the "show data/unidentified data/code" toggles to hide disassembled code (instead of just data) 2019-01-21 16:51:19 -05:00
Sour
e7f95fd14a Debugger: Improved "break in X cpu cycles" logic and added a "Run 1 CPU cycle" shortcut 2019-01-21 15:35:24 -05:00
Sour
5f88fa8cc6 Debugger: PPU Viewer - Add 2x zoom toggle 2019-01-21 14:38:38 -05:00
Sour
db370dda97 Debugger: Sprite Viewer - Added an option to display an outline around all sprites in the screen preview 2019-01-19 20:53:15 -05:00
Sour
8293382024 Debugger: Added more values for expressions (Sprite0Hit, Branched, etc.) 2019-01-19 20:41:31 -05:00
Sour
5cdb86a323 Debugger: Profiler - Split out of memory tools and into its own window 2019-01-19 20:00:48 -05:00
Sour
107f8cf8c0 Debugger: PPU Viewer - Add shortcuts to open the compact versions of each viewer directly 2019-01-19 18:56:08 -05:00
Sour
4642154bb8 Debugger: PPU Viewer - Make double-click on NT/Sprite viewers work properly in compact mode 2019-01-19 16:40:15 -05:00
Sour
65bba15d0a Debugger: Prevent power cycling from unloading .dbg file when .dbg file doesn't have the same name as the rom file 2019-01-19 15:32:38 -05:00
Sour
f03b154686 Debugger: Nametable Viewer - Added "Show attribute colors only" option 2019-01-19 14:50:47 -05:00
Sour
75cc1fe6f0 Debugger: PPU Viewer - Optimize sprite viewer layout when in 8x8 sprites mode 2019-01-19 12:43:46 -05:00
Sour
d66bf30cf4 Debugger: PPU Viewer - Added mouse over tile info overlay to NT/CHR/Sprite viewers 2019-01-19 12:08:14 -05:00
Sour
5515f626d5 Debugger: Source View - Fixed crash (out of bounds access) when trying to generate byte code for the last line in the file 2019-01-18 22:19:03 -05:00