Tamas Rudnai
|
647a3fed66
|
CPU 65C02 bugfixes
|
2024-01-05 07:56:03 -08:00 |
|
Tamas Rudnai
|
822f0eebae
|
Debugger CPU / Memory / Stack view font
|
2023-12-19 17:54:03 -08:00 |
|
Tamas Rudnai
|
ceeba2793d
|
BugFix: LDA (zp,X)
|
2023-12-19 01:04:59 -08:00 |
|
Tamas Rudnai
|
ee30dea0c9
|
Eliminated warnings
|
2023-10-15 00:02:48 -07:00 |
|
tudnai
|
89ff3cc4e9
|
- Machine status in CPU window
- Memory View Tab Selector
|
2023-01-03 20:03:52 +01:00 |
|
tudnai
|
d50d2e5ec9
|
Extended Debug Window
|
2023-01-03 13:58:17 +01:00 |
|
tudnai
|
29bf3a5da5
|
Efforts to adjust Screen Wrapping right at the launch
|
2022-12-20 12:15:35 +01:00 |
|
tudnai
|
84242c680d
|
Memory View Cross Hair
|
2022-12-16 05:28:55 +01:00 |
|
tudnai
|
3334950cbe
|
Debugger icon size adjustment
|
2022-12-13 04:33:50 -08:00 |
|
tudnai
|
16fc1c3c44
|
MonitorView size adjust at load time
|
2022-12-09 20:06:53 -08:00 |
|
tudnai
|
bb6b239266
|
Disass View Select / Deselect
|
2022-12-09 13:33:51 -08:00 |
|
tudnai
|
bc6f00f4b1
|
KeyDown events in Debugger Window Controller
|
2022-12-08 15:27:45 -08:00 |
|
tudnai
|
4e5e770c4b
|
Swift optimization in Debug Mode should be -Onone
|
2022-12-07 00:51:29 -08:00 |
|
tudnai
|
ba16036e45
|
Separate Cursor View, similar to PC highlight view
|
2022-12-07 00:48:57 -08:00 |
|
tudnai
|
d70df34013
|
Disassembly Scrolling started to work
|
2022-11-29 19:00:04 -08:00 |
|
tudnai
|
0ac222ad3f
|
- Disassembly shadow view
- Disassembly Highlighter background View
- Disassembly Background color view
|
2022-11-25 20:17:39 -08:00 |
|
tudnai
|
d056f4534a
|
- BugFix: Highlight Disassembly line on Mouse Click
- BugFix: Mouse ScrollWheel on Disassembly and Memory View
|
2022-11-14 17:13:08 -08:00 |
|
tudnai
|
e2a37a2e0c
|
Entering addresses to Memory and Disassembly
|
2022-11-13 16:31:08 -08:00 |
|
tudnai
|
57e10e65e6
|
Debug window activates when breakpoint hits
|
2022-11-12 20:46:43 -08:00 |
|
tudnai
|
8ae44a587f
|
Disassembly view: Click to Select
|
2022-11-10 22:07:32 -08:00 |
|
tudnai
|
6ceb1abf8e
|
BugFix: Flickering while debugger window is displayed
BugFix: Embedded Font
|
2022-11-10 15:07:30 -08:00 |
|
tudnai
|
58e0edc400
|
Colorful debug lines + highlighted text lines in disassembly view
|
2022-11-08 23:14:34 -08:00 |
|
tudnai
|
be0712990c
|
Debug & Breakpoints toolbar items
|
2022-11-08 19:00:46 -08:00 |
|
tudnai
|
c7b06c60e7
|
Show breakpoint indicator in disassembly view
|
2022-11-08 18:24:33 -08:00 |
|
tudnai
|
e338d7fd89
|
BugFix: Possible Race Condition in Update()
|
2022-11-07 19:52:06 -08:00 |
|
tudnai
|
a283668a8a
|
BugFix: Debugger View Constraints
|
2022-11-07 13:27:11 -08:00 |
|
tudnai
|
cc6c05064d
|
Fix: Disassembly view scroll
|
2022-11-05 16:26:52 -07:00 |
|
tudnai
|
15f7fc3d70
|
BugFix: Debug Disassembly alters behavior
|
2022-10-30 17:42:29 -07:00 |
|
tudnai
|
edf76850c7
|
More preventative changes to avoid writing to I/O or RAM during disassembly
|
2022-10-30 16:02:37 -07:00 |
|
tudnai
|
1e332a953a
|
Stack Scroll by Mouse Wheel
|
2022-10-30 06:15:04 -07:00 |
|
tudnai
|
2decf2abdc
|
- Debugger Function keys F4 / F5 / F6 / F7 / F8
- Debugger Memory View adjusted
- Continue / Pause
|
2022-10-30 05:42:15 -07:00 |
|
tudnai
|
c8c74b02b4
|
"Sticky" Debug Disassembly Window - Stays at the same address range unless PC is outside of it
|
2022-10-29 12:05:39 -07:00 |
|
tudnai
|
594feb4618
|
- keyboard handling depends on Debugger Window focused or not - so handling textFields in DebuggerWindow is possible
- Added key binding to Debugger
|
2022-10-29 10:14:25 -07:00 |
|
tudnai
|
17ee6a3e2c
|
Debug Menu
|
2022-10-29 05:40:57 -07:00 |
|
tudnai
|
3605640781
|
Pause button on Main storyboard is synchronized with Debugger Window's Cointinue / Pause button
|
2022-10-28 19:46:06 -07:00 |
|
tudnai
|
acb8d9cfd8
|
Continue / Pause button in DebuggerWindow is synchronized now
|
2022-10-28 19:26:19 -07:00 |
|
tudnai
|
6b32fe3d9e
|
Further move to display disassembly code
|
2022-10-26 21:11:45 -07:00 |
|
tudnai
|
0717ac7fcb
|
Preparation for Debugger module
|
2022-10-26 17:13:44 -07:00 |
|
tudnai
|
900966da9c
|
Debug Memory View works
|
2022-10-26 15:22:50 -07:00 |
|
tudnai
|
eeabd853f6
|
RealTime debugger update CPU & Stack
|
2022-10-26 12:28:39 -07:00 |
|
tudnai
|
e3c872d23c
|
Display Registers
|
2022-10-26 07:20:52 -07:00 |
|
tudnai
|
f84481e3b6
|
Removed missing connections and unused finctions in DebuggerWindowController class
|
2022-10-26 06:24:07 -07:00 |
|
tudnai
|
233fcf4adf
|
Debugger icon & Action
|
2022-10-26 05:44:52 -07:00 |
|
tudnai
|
d6323ee902
|
DebuggerWindowController
|
2022-10-25 14:18:31 -07:00 |
|
tudnai
|
08834ee59d
|
Debugger Window Design adjustments
|
2022-10-25 11:39:57 -07:00 |
|
tudnai
|
0d9ed15764
|
Debugger Window Design
|
2022-10-25 10:37:34 -07:00 |
|
tudnai
|
85da4bfc2c
|
CPU & Memory View
|
2022-10-24 20:48:15 -07:00 |
|
tudnai
|
b68217c391
|
Transforming to Debugger Window
|
2022-10-24 19:06:06 -07:00 |
|
tudnai
|
132b95a34e
|
Debugger StoryBoard + Some Adjustment on Pause Button
|
2022-10-23 22:14:35 -07:00 |
|
tudnai
|
c7a3f12cc1
|
Debug Window and Scene Controllers
|
2022-10-23 20:33:56 -07:00 |
|