Commit graph

1842 commits

Author SHA1 Message Date
Sour
c0c301d4c6 Debugger: Fixed UI stripping away $ signs in breakpoint condition field 2018-02-23 09:09:13 -05:00
Sour
75043a1675 Debugger: Fixed crash when attempting to add a breakpoint with an invalid condition 2018-02-23 09:08:53 -05:00
Sour
60402fe54d Debugger: Fixed CPU breakpoints on registers 2018-02-23 08:49:14 -05:00
Sour
feb4828a9b Debugger: Fixes/improvements to CA65 .dbg file import 2018-02-23 08:28:29 -05:00
Sour
c8cbbb5c41 Fixed compilation warning in debug build 2018-02-23 08:05:27 -05:00
Sour
06cb78850f Debugger: Fixed rare crash when opening debugger window 2018-02-23 08:03:23 -05:00
Sour
2b7c3b6198 Debugger: Fixed comment display on lines with .db statements 2018-02-23 08:02:00 -05:00
Sour
ad73fd2249 Debugger: Fixed event viewer not displaying breakpoint marks when stepping through code 2018-02-22 17:02:17 -05:00
Sour
24d4e91c6e Debugger: Fixed rare crash when opening event viewer 2018-02-21 19:51:43 -05:00
Sour
02e0f708bc Debugger: Added grayscale palette option to NT and CHR viewers 2018-02-20 22:21:51 -05:00
Sour
3bb760703e Debugger: Added "Break on Crash" option 2018-02-20 21:59:56 -05:00
Sour
89c5eab317 Debugger: Unload debugger when edit ines header window is closed (when needed) 2018-02-20 21:24:14 -05:00
Sour
bb1e9775a5 Debugger: Improved breakpoint display in margin 2018-02-20 21:20:45 -05:00
Sour
9bd04c6535 Debugger: Fixed issues with expression evaluator when using braces/parenthesis/brackets 2018-02-20 20:04:43 -05:00
Sour
7c7c948e8b Fixed debug build errors 2018-02-20 20:03:39 -05:00
Sour
6bf789c5c1 HD Packs: Fixed 2+x scale background image display problem 2018-02-20 18:32:58 -05:00
Sour
8bef95e4a4 Debugger: Profiler - Fixed wrong value being shown in "Inclusive Time (%)" column 2018-02-20 18:21:56 -05:00
Sour
3be231efb7 Debugger: Profiler now uses the same refresh/auto-refresh settings as the other tools 2018-02-20 18:20:52 -05:00
Sour
dbe7686724 Debugger: Fixed crash when clicking on empty row in breakpoint list 2018-02-20 18:17:31 -05:00
Sour
11c592a622 Debugger: Event viewer improvements/fixes 2018-02-19 23:23:26 -05:00
Sour
d8e00168a4 Debugger: Added "Event Viewer" tool - replaces PPU Register Write Viewer 2018-02-18 23:03:02 -05:00
Sour
60faaf6469 Debugger: Speed optimizations in memory access counters 2018-02-18 19:56:26 -05:00
Sour
ab2a91490b Debugger: Fixed register write viewer tooltip location at 125+% DPI settings 2018-02-18 09:25:46 -05:00
Sour
b43d3b9110 Debugger: Fixed multithread issue in register write viewer 2018-02-18 09:20:17 -05:00
Sour
7a48aebc00 HD Packs: New features and performance improvements
-New types of conditions
-Background image scrolling support
-Performance improvements (esp. conditions and backgrounds)
2018-02-17 23:44:25 -05:00
Sour
e37570649b Fixed compilation warning & incorrect resources 2018-02-17 23:44:18 -05:00
Sour
9a65d5639f Debugger: Show mirroring type on nametable viewer 2018-02-16 20:33:48 -05:00
Sour
24d12467c8 Debugger: Memory Viewer - Split freeze into 2 items (freeze/unfreeze) to be more flexible 2018-02-16 20:06:01 -05:00
Sour
fcad33750b Debugger: Added option to show previous frame behind the current frame 2018-02-16 20:05:15 -05:00
Sour
ad256e3c2e Debugger: Added new break options in "Break In" dialog 2018-02-16 19:33:20 -05:00
Sour
1e896848e8 Debugger: Fixed draw partial frame causing issues with NTSC filters (odd/even frame toggled on each step) 2018-02-16 18:16:06 -05:00
Sour
61a691b69d Debugger: Added toolbar to debugger window 2018-02-16 18:05:48 -05:00
Sour
06d7c8f363 Debugger: Added PPU Register Write Viewer to PPU viewer 2018-02-16 17:36:37 -05:00
Sour
75b64b57e0 Debugger: Fixed Linux issues with new scrollbar 2018-02-14 22:04:59 -05:00
Sour
2f03fc6b9e Debugger: Trace Logger - Added "Show Memory Values" option 2018-02-14 21:46:24 -05:00
Sour
ea3f8e3be8 Debugger: Option to display memory value next to address in code window 2018-02-14 21:09:43 -05:00
Sour
be54a214d4 Debugger: Improved scrollbar look for general usage (e.g not code window) 2018-02-14 20:46:14 -05:00
Sour
53e7a1a457 Debugger: Fixed crash when opening breakpoint edit window 2018-02-12 18:49:35 -05:00
Sour
2c2b927e6f Debugger: Added custom scrollbar control for code window 2018-02-11 15:58:23 -05:00
Sour
630b5ffdde Debugger: Fixed debugger flags not being applied properly 2018-02-11 14:30:48 -05:00
Sour
d84c83e1e6 Debugger: Added more information to opcode tooltip 2018-02-10 23:01:16 -05:00
Sour
3a4bab270e Debugger: Improved breakpoint management 2018-02-10 21:23:22 -05:00
Sour
eee218ccea Debugger: Fixed stack content not displaying properly at higher DPI settings 2018-02-06 20:40:04 -05:00
Sour
33af6caf08 Linux: Fixed file associations 2018-02-06 19:51:00 -05:00
Sour
af65e8aba7 Linux: Fixed potential crash on startup 2018-02-06 19:50:14 -05:00
Sour
8e0bac1548 Linux: Improved SDL code error handling 2018-02-06 19:23:12 -05:00
Sour
cdf5e62a81 Debugger: Added option to ignore writes that do not alter the value (in hex editor highlights & access counters) 2018-01-15 22:20:51 -05:00
Sour
95c2c30076 Debugger: Added option to select refresh speed for hex editor (+ refresh speed optimizations) 2018-01-14 14:03:43 -05:00
altiereslima
b95e374ef5 Portuguese language update (#311) 2018-01-13 23:13:55 -05:00
Sour
897b5eaa5b Libretro: Fixed horizontal overscan w/ blargg's NTSC filter 2018-01-12 18:11:21 -05:00