Commit Graph

51 Commits

Author SHA1 Message Date
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
dde4401389 Tap to select 2022-12-07 01:47:15 -08:00
tudnai
ba16036e45 Separate Cursor View, similar to PC highlight view 2022-12-07 00:48:57 -08:00
tudnai
751dd72ef8 BugFix: Highlight in Disassembly is always on, even when PC is not on screen 2022-12-06 19:12:45 -08:00
tudnai
caf7662639 BugFix: MouseWheel Scroll is wrong after address entered or sync to PC is on 2022-12-06 14:55:06 -08:00
tudnai
10c437b872 - Continuous disassembly
- Fixed scroll range error
2022-12-04 22:14:15 -08:00
tudnai
8ac9378f62 removed debug prints for scroll 2022-12-03 22:03:47 -08:00
tudnai
52a54feb9a Scroll works in disassembly 2022-12-03 22:02:35 -08:00
tudnai
d70df34013 Disassembly Scrolling started to work 2022-11-29 19:00:04 -08:00
tudnai
9c0148b437 Fake Scroller filled with \n 2022-11-25 20:53:49 -08:00
tudnai
143124f74a BugFix: Mouse click on line calculation 2022-11-25 20:24:27 -08:00
tudnai
0ac222ad3f - Disassembly shadow view
- Disassembly Highlighter background View
- Disassembly Background color view
2022-11-25 20:17:39 -08:00
tudnai
55fd25d01a BugFix: Disassembly Scrolling & Highlighting 2022-11-24 08:22:45 -08:00
tudnai
428b1b68c2 Optimized Debug Disassembly Scroll 2022-11-23 16:01:16 -08:00
Tamas Rudnai
81fba486d5 getLineRange should count from line 0 2022-11-21 22:29:34 -08:00
tudnai
d6f49abbb4 Preparation for the memory & i/o breakpoints 2 2022-11-17 12:34:08 -08:00
tudnai
41d33c19c3 Preparations for memory & i/o breakpoints 2022-11-17 11:44:39 -08:00
tudnai
2219b980ad Better Disassembly auto-scroll 2022-11-16 17:34:04 -08:00
tudnai
8795f18d9a - BugFix: No Sound when Debugging
- BugFix: Avoid pre-disassembling, so you can force disassembling from a given address
2022-11-16 12:38:19 -08:00
tudnai
fae9066ebc BugFixes 2022-11-16 11:17:11 -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
82deef06aa - .current renamed to .shared
- Automatically witch to debugger and back to emulator view when debugging
2022-11-13 10:14:48 -08:00
tudnai
57e10e65e6 Debug window activates when breakpoint hits 2022-11-12 20:46:43 -08:00
tudnai
042cbb54d4 Binary search for breakpoints 2022-11-11 20:56:56 -08:00
tudnai
6ebb350ec3 BugFix: Scroll on setting Breakpoint 2022-11-11 11:22:38 -08:00
tudnai
94e230e51e Add / remove breakpoints by clicking at the beginning of the line 2022-11-11 10:35:35 -08:00
tudnai
8ae44a587f Disassembly view: Click to Select 2022-11-10 22:07:32 -08:00
tudnai
3537ae0379 Avoid disassembly when PC is still in the already disassembled area 2022-11-10 20:15:47 -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
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
31d26228d8 Proper Step_Out & Step_Over with rendering, input and all 2022-11-01 21:05:53 -07:00
tudnai
bd8403ee64 - Attempt to do better disassembly scroll syncchronization
- main.sync replaced to .async to avoid invalid opcode error
2022-10-31 17:43:43 -07:00
tudnai
708099e45d Step_Out & Step_Over 2022-10-30 16:50:02 -07:00
tudnai
d4967fa14a Line precise scrolling - concept 2022-10-30 12:16:30 -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
17ee6a3e2c Debug Menu 2022-10-29 05:40:57 -07:00
tudnai
acb8d9cfd8 Continue / Pause button in DebuggerWindow is synchronized now 2022-10-28 19:26:19 -07:00
tudnai
b70fb8c85d Inverting disassembly line for m6502.PC 2022-10-28 11:30:25 -07:00
tudnai
0ab06b0a80 Disassembly 35 lines 2022-10-28 04:54:13 -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
8d1cce39f8 Hex / Memory view in Debugger 2022-10-26 15:16:43 -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