Sour
|
16828a0d12
|
Debugger: Fixed pause icon showing up due to APU viewer (among other things)
|
2018-03-10 14:31:05 -05:00 |
|
Sour
|
cdbef431d6
|
Debugger: Improved callstack reliability
|
2018-03-05 21:18:29 -05:00 |
|
Sour
|
c9e922f879
|
Debugger: Fixed issues with step out functionality
|
2018-02-25 12:47:39 -05:00 |
|
Sour
|
7ccf093a7e
|
Debugger: Fixed callstack displaying incorrect data when breaking on a RTS instruction
|
2018-02-25 10:38:45 -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
|
feb4828a9b
|
Debugger: Fixes/improvements to CA65 .dbg file import
|
2018-02-23 08:28:29 -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
|
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
|
06d7c8f363
|
Debugger: Added PPU Register Write Viewer to PPU viewer
|
2018-02-16 17:36:37 -05:00 |
|
Sour
|
3a4bab270e
|
Debugger: Improved breakpoint management
|
2018-02-10 21:23:22 -05:00 |
|
Sour
|
2118d498c7
|
Debugger: Added APU viewer tool
|
2018-01-01 23:23:18 -05:00 |
|
Sour
|
8ad553688a
|
Debugger: Prevent DebugBreakHelper from interfering with step operations done by the user
|
2018-01-01 23:13:24 -05:00 |
|
Sour
|
2f9305779d
|
Debugger: Add options to generate stripped rom based on CDL data
|
2018-01-01 12:09:33 -05:00 |
|
Sour
|
8e8f828d14
|
Debugger: Fixed issue with "step back" that sometimes caused it to loop between the same 2 instructions over and over
|
2018-01-01 10:33:06 -05:00 |
|
Sour
|
35f65fad73
|
Debugger: Option to show label in breakpoint list (+ fixed display for absolute PPU breakpoints)
|
2017-12-31 17:22:54 -05:00 |
|
Souryo
|
be36c630f9
|
Debugger: Fixed code stepping issues when a Lua script is active
|
2017-11-10 19:04:22 -05:00 |
|
Souryo
|
837032f8ea
|
Debugger: Added stateLoaded/stateSaved Lua callbacks (+ fixed issues with savestate API & Lua reference cleanup)
|
2017-10-07 19:48:45 -04:00 |
|
Souryo
|
11a06926ff
|
Debugger: Lua - Added getScriptDataFolder function
|
2017-10-07 15:16:14 -04:00 |
|
Souryo
|
ba8540e4f2
|
Debugger: Fixed Lua-related multithreading bugs
|
2017-10-07 13:01:42 -04:00 |
|
Souryo
|
67b9a5c707
|
Debugger: Fixed hex editor highlight issues (when loading save state, etc.)
|
2017-10-05 20:48:18 -04:00 |
|
Souryo
|
fa091a4f76
|
Debugger: Lua - Async savestate functions + isKeyPressed
|
2017-10-05 19:44:37 -04:00 |
|
Souryo
|
a04a8747ba
|
Debugger: Fixed freezes/crashes when switching game while debugger is opened (esp. with lua scripts)
|
2017-09-28 21:27:38 -04:00 |
|
Souryo
|
1f974dcedd
|
Debugger: Scroll overlay position is now based on the selected cycle/scanline
|
2017-09-28 20:05:00 -04:00 |
|
Souryo
|
6969caa1b8
|
Debugger: Lua memory callback fixes + allow lua script to change read/written value
|
2017-09-08 17:20:40 -04:00 |
|
Souryo
|
b80d788346
|
Debugger: LUA scripting fixes, script window & assembler window improvements
|
2017-09-01 14:57:02 -04:00 |
|
Souryo
|
5957bc2d3e
|
Debugger: LUA scripting
|
2017-08-30 18:31:27 -04:00 |
|
Souryo
|
8e2f39e3bd
|
Debugger: Added ability to revert prg/chr changes
|
2017-08-21 23:11:14 -04:00 |
|
Souryo
|
e66dd700e1
|
Debugger: Added auto-load cdl option
|
2017-08-19 22:00:12 -04:00 |
|
Souryo
|
daca866957
|
Debugger: Add option to save changes as IPS file
|
2017-08-19 19:40:02 -04:00 |
|
Souryo
|
47026c3ba8
|
Debugger: Copy info based on CHR ROM vs RAM (right-click in ppu viewer)
|
2017-08-13 20:45:36 -04:00 |
|
Souryo
|
2ee5b59db4
|
Debugger: Added NES header editor
|
2017-08-12 16:52:45 -04:00 |
|
Souryo
|
bdd607d94f
|
Debugger: Ability to force a specific input from the debugger
|
2017-08-05 23:26:21 -04:00 |
|
Souryo
|
4e14a83625
|
Debugger: General speed optimizations
|
2017-08-05 17:18:09 -04:00 |
|
Souryo
|
2753273206
|
Debugger: Added conditional logging to trace logger
|
2017-08-05 12:13:53 -04:00 |
|
Souryo
|
d78aef2b77
|
Debugger: Fixed crash on games that never call RTI
|
2017-08-02 18:43:38 -04:00 |
|
Souryo
|
f975728005
|
Debugger: Allow stepping back through the execution (by using rewind mechanic)
|
2017-08-01 22:49:50 -04:00 |
|
Souryo
|
fbc94bee7d
|
Debugger: Fixed crash in hex editor when PRG or CHR was larger than 10mb
|
2017-05-02 21:23:28 -04:00 |
|
Souryo
|
fe8f15b17b
|
Debugger: Fixed callstack/step over bugs
|
2017-04-30 20:27:02 -04:00 |
|
Souryo
|
bf979be756
|
Optimizations: Most games now run 15-20% faster
|
2017-03-31 22:14:16 -04:00 |
|
Souryo
|
d72a4d8be3
|
Debugger: On-the-fly code running feature via assembler
|
2017-03-11 21:03:45 -05:00 |
|
Souryo
|
4bb9c4a8f1
|
Debugger: Assembler - Update disassembly cache when prg rom is modified
|
2017-03-11 15:01:33 -05:00 |
|
Souryo
|
930b4f2641
|
Debugger: Several performance improvements
|
2017-03-09 23:50:20 -05:00 |
|
Souryo
|
03105846ff
|
Debugger: Assembler improvements
|
2017-03-09 20:42:53 -05:00 |
|
Souryo
|
09347d85b7
|
Debugger: Added assembler tool + allow editing of existing code by using assembler (wip)
|
2017-03-07 18:10:22 -05:00 |
|
Souryo
|
910e27f0af
|
Debugger: Ability to save modified PRG/CHR back to a rom
|
2017-03-04 22:25:25 -05:00 |
|
Souryo
|
485e8cc2ce
|
Debugger: Added tile editor feature in PPU viewer
|
2017-03-04 21:52:08 -05:00 |
|
Souryo
|
312a07bbdd
|
Debugger: Trace Logger improvements (Last 30k instructions visible, performance fixes, options are saved)
|
2017-03-04 15:18:00 -05:00 |
|
Souryo
|
4f6776f30b
|
Debugger: Performance fixes for conditional breakpoints
|
2017-03-03 21:03:20 -05:00 |
|