Sour
e3ef83a1cf
Debugger: Trace Logger - Added tooltips for opcodes/addresses/labels
2019-01-04 23:30:33 -05:00
Sour
0587c59cbb
Debugger: Fixed issues with textbox when strings are padded with spaces (to find word behind mouse cursor)
2019-01-04 23:29:39 -05:00
Sour
2058ded5ae
Debugger: Allow double-click to work on unmapped labels/functions when CC65 integration is active (auto-switch to source view)
2019-01-03 20:14:08 -05:00
Sour
a489716ad8
Debugger: Fixed breakpoints not being set correctly from code window when in internal ram section (<= $1FFF)
2019-01-03 14:51:25 -05:00
Sour
57a4435443
Debugger: Fixed some issues with "Show in split view" option
2019-01-02 23:26:54 -05:00
Sour
413cf7a212
Debugger: Allow byte code to be shown in source view
2019-01-02 23:26:53 -05:00
Sour
0b54ef6c0b
Debugger: Simplify toggle breakpoint code & improve its behavior in source view
2019-01-02 23:26:53 -05:00
Sour
1c0921624f
Debugger: Add "Go to all" in memory viewer
2019-01-02 23:26:53 -05:00
Sour
d8008093b7
Debugger: Refactor DBG file auto-load logic
2019-01-02 23:26:53 -05:00
Sour
1606d0c5f6
Debugger: Fixed some crashes in source view when trying to use some actions on out of scope labels
2018-12-29 14:35:43 -05:00
Sour
ce893167c6
Debugger: Added "Go to All" feature
2018-12-29 14:25:49 -05:00
Sour
c0f6266cbd
Debugger: Prevent instruction progress indicator from scrolling horizontally
2018-12-26 13:56:02 -05:00
Sour
6c27a273b2
Debugger: Memory viewer - Fixed some usability issues with tooltips
...
-Tooltips now always show up even if trying to show the last tooltip shown
-Tooltips no longer appear for the next row of bytes when putting mouse over the text view
2018-12-26 00:55:46 -05:00
Sour
d966fd50c1
Debugger: Memory viewer - Allow word wrapping in label tooltips (prevents content from being cut off entirely) + improved popup display location
2018-12-26 00:29:11 -05:00
Sour
ae0822e7cd
Linux: Fixed compilation warnings
2018-12-25 00:32:33 -05:00
Sour
35192daeed
Debugger: Add option to trigger breakpoints on dummy read/writes (+ distinguish between writes & dummy writes)
2018-12-23 13:12:46 -05:00
Sour
022085082b
Debugger: Added option to show current instruction's progress (cycle count, exec/read/write cycle display)
2018-12-23 11:56:28 -05:00
Sour
4459b18fa3
Debugger: Added option to display why the debugger breaks (breakpoint, break options, etc.)
2018-12-23 00:10:00 -05:00
Sour
a8a2ce4403
Debugger: Rename "Label" column to "Function Name" in function list
2018-12-16 16:02:43 -05:00
Sour
774cf22f52
Debugger: Allow adding breakpoints on lines containing only a label definition
2018-12-16 15:59:51 -05:00
Sour
be2cd9a850
Debugger: Watch - Added edit in mem viewer + view in disassembly shortcuts
2018-12-16 15:29:16 -05:00
Sour
0b7660a3fa
Debugger: Reworked "Code" menu and enabled it on Linux, fixed issues where some shortcuts didn't work (e.g Mark As...)
2018-12-16 15:25:53 -05:00
Sour
0df0c85767
Debugger: PPU Viewer - Added a "Edit in memory viewer" right-click option on nt/chr/sprite viewer tabs
2018-12-15 15:44:22 -05:00
Sour
ac18a318d3
Debugger: Hex Editor - Refresh display when using some options while emulation is paused (bugfix)
2018-12-12 19:20:37 -05:00
Sour
6fd2c2229e
Debugger: PPU Viewer - Fixed crash in sprite viewer
2018-12-10 18:53:17 -05:00
Sour
031f320d44
Debugger: PPU Viewer - Fixed rare crashes when exporting to PNG (caused by trying to use previously pinned memory after it is no longer pinned and might have been moved by the GC)
2018-12-09 13:02:06 -05:00
Sour
f5f844d796
Debugger: Hide "View in ... memory" option from right-click menu when it's not available
2018-09-16 19:14:24 -04:00
Sour
766eea5829
Debugger: PPU Viewer - Added "Export to PNG" option
2018-09-15 11:11:46 -04:00
Sour
d03a0538d7
Docs: Update documentation (debugger / hd packs)
2018-09-15 11:00:03 -04:00
Sour
a4a865a0a8
Debugger: Fixed event viewer (list view) sort column refresh issue
2018-09-15 10:57:46 -04:00
Sour
7ec7512fde
Debugger: Added "Auto-create jump labels" option
2018-09-08 13:16:17 -04:00
Sour
52fea4c0d8
Debugger: Fixed layout issues in APU viewer
2018-09-08 10:39:14 -04:00
Sour
db1b689161
Cheats: Fixed crash when clicking on cheat finder tab
2018-09-02 12:19:18 -04:00
Sour
77a5d6c443
Debugger: Fixed copy to clipboard image scale for CHR viewer
2018-09-01 16:40:53 -04:00
Sour
9b307e32a4
Debugger: Removed unnecessary zeroes in compact prg bank display
2018-08-28 17:59:25 -04:00
Sour
5fbc59ccee
Debugger: Added view in cpu/disassembly/etc shortcuts to hex editor
2018-08-26 20:33:08 -04:00
Sour
7e91e632cc
Debugger: Added "View in ..." shortcuts to label list
2018-08-26 19:25:27 -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
80c41f69c2
Debugger: Fixed issues with multiselect in virtual lists
2018-08-19 15:19:28 -04:00
Sour
f97331e901
Debugger: Fixed PRG addresses not updating properly in source view mode
2018-08-19 15:09:20 -04:00
Sour
726a4121dd
Debugger: Improved CPU/PPU memory mapping display
2018-08-19 13:53:20 -04:00
Sour
4c1cff2d0f
Debugger: Event Viewer - Fixed minor issues with mouse position overlay
2018-08-03 12:10:05 -04:00
Sour
512bf31acb
Debugger: CHR Viewer - Fixed mouse over highlight not being removed on tile preview when paused
2018-07-30 19:00:25 -04:00
Sour
54b843c155
Debugger: UI - Fixed potential crashes in sort functions
2018-07-29 11:52:18 -04:00
Sour
110c22b310
Debugger: Event Viewer - Added x,y position overlay
2018-07-29 11:08:19 -04:00
Sour
061f84ef2b
Debugger: PPU Viewer - Save palette/highlight dropdown selection
2018-07-28 22:08:12 -04:00
Sour
d1006e5f67
Debugger: CHR Viewer - Fixed mouse over highlight not disappearing when mouse leaves (when game is paused)
2018-07-28 15:37:49 -04:00
Sour
46f95d525b
Debugger: CHR Viewer - Fixed palette display when in 8x16 display mode
2018-07-28 15:35:26 -04:00
Sour
13d49fee5b
Debugger: CHR Viewer - Added option to show single-color tiles in grayscale
2018-07-28 15:32:38 -04:00
Sour
07a29f7346
Debugger: CHR Viewer - Show palette indexes in color picker (instead of 0 to 3)
2018-07-28 14:57:35 -04:00