Matthew Budd
|
86a12c96f9
|
Changed all debug and tools windows to be non-modal top level windows. This allows then to be minimized and maximized via the title bar buttons and will also show in the task bar of the window environment as separate windows.
|
2020-10-27 22:26:58 -04:00 |
Matthew Budd
|
b0c460fd1d
|
Bug fix for saving of CDL and debug files when the ROM was loaded from an archive.
|
2020-10-25 10:25:11 -04:00 |
Matthew Budd
|
f0c13a57ec
|
Fixed Qt context menus so that all child widgets are destroyed after the menu parent goes out of scope.
|
2020-10-21 20:31:39 -04:00 |
mjbudd77
|
0f33735e06
|
Per request, changed the Qt debugger stack display to use a more compact address text format.
|
2020-10-17 23:57:10 -04:00 |
mjbudd77
|
c1fca59e74
|
For Qt GUI debugger window, added logic to allow for display of stack addresses to be toggle-able on/off via either context menu or A key when widget has focus.
|
2020-10-17 22:41:29 -04:00 |
mjbudd77
|
fffa78b507
|
Bug fix for Qt debugger stack display clipping end of line. Added logic to allow for the stack display to auto show a horizontal scroll bar if needed. Also added a stack display bytes per line config option. This can be changed by either right clicking the stack display widget and selecting the desired value in the context menu or using the number keys 1-8 when the widget has focus.
|
2020-10-17 21:22:19 -04:00 |
mjbudd77
|
ebfe3702f9
|
Qt RAM search input validation in work.
|
2020-10-15 22:22:44 -04:00 |
Matthew Budd
|
b31a2131b4
|
Minor cleanup of debug print statements in Qt GUI.
|
2020-10-05 20:11:01 -04:00 |
mjbudd77
|
7003f6c01a
|
Added code to load/save debugger bookmarks in game specific debug files.
|
2020-09-24 06:10:48 -04:00 |
Matthew Budd
|
a4b45fc252
|
Added symbolic debug popup window capability to hex editor.
|
2020-09-20 22:00:48 -04:00 |
Matthew Budd
|
a458f7526b
|
Added logic to update hex editor title with view mode and selected address included in text.
|
2020-09-20 21:03:41 -04:00 |
Matthew Budd
|
c2ca5dc9d8
|
Added initial functions for hex editor quick access from debugger.
|
2020-09-20 17:01:40 -04:00 |
Matthew Budd
|
3099a233c3
|
Added debugger bookmark add/edit via ASM view context menu.
|
2020-09-20 16:37:41 -04:00 |
Matthew Budd
|
39a0f24445
|
More debugger bookmarking logic added.
|
2020-09-20 14:31:21 -04:00 |
Matthew Budd
|
a882125224
|
Added logic to add,edit, and delete debugger bookmarks
|
2020-09-20 14:14:59 -04:00 |
Matthew Budd
|
abd4089cbb
|
Added logic to highlight ASM view selected line.
|
2020-09-19 14:38:10 -04:00 |
Matthew Budd
|
59e4ca1ff9
|
Added logic to init IDA font checkbox to checked and keep unselectable. I am forcing the font in the Qt debugger assembly view to be a monospace Courier New. For now I plan to keep it this way.
|
2020-09-18 06:18:09 -04:00 |
Matthew Budd
|
dad6ddfe64
|
Added Qt debugger auto open on game load feature.
|
2020-09-18 06:00:19 -04:00 |
Matthew Budd
|
e70eb49bf9
|
Added logic for ASM view horizontal scroll. Set debugger bookmark buttons to insensitive until code can be added.
|
2020-09-17 22:59:56 -04:00 |
Matthew Budd
|
b319273765
|
Added logic for auto debug file load/save checkbox option.
|
2020-09-17 21:54:47 -04:00 |
Matthew Budd
|
90e67b4ebb
|
Added logic to selectively load/save breakpoint data from/to files only if a debugger window is open.
|
2020-09-17 20:44:33 -04:00 |
Matthew Budd
|
63dbda4b35
|
Added logic to load/save breakpoint data into game specific files.
|
2020-09-16 21:02:43 -04:00 |
Matthew Budd
|
c62dfd464f
|
Updates to debug symbol loader.
|
2020-09-15 22:53:36 -04:00 |
Matthew Budd
|
b37fb45172
|
Added symbolic debug edit window logic.
|
2020-09-15 21:32:54 -04:00 |
Matthew Budd
|
cef4ad4e1d
|
Added logic for breakpoint tree view enable checkbox.
|
2020-09-15 20:11:17 -04:00 |
Matthew Budd
|
ced49bebc7
|
Added logic for debug window reload symbols button.
|
2020-09-14 21:42:10 -04:00 |
Matthew Budd
|
097aaa3214
|
Hooked up symbolic debug asm view checkbox.
|
2020-09-14 21:18:54 -04:00 |
Matthew Budd
|
a4df1e3c06
|
Added logic to load debug symbols from files.
|
2020-09-14 21:08:38 -04:00 |
Matthew Budd
|
d1f689ef61
|
Minor updates to Qt breakpoint add/edit and display functionality.
|
2020-09-12 09:31:24 -04:00 |
Matthew Budd
|
bb29b73af5
|
Added initial framework for Qt debug window's asm view context menu.
|
2020-09-12 08:53:51 -04:00 |
Matthew Budd
|
1a05b2d7d0
|
Added ASM view cursor position label logic to Qt debug window.
|
2020-09-11 22:56:04 -04:00 |
Matthew Budd
|
fc81335cc0
|
Added a emulator status label to debugger window.
|
2020-09-11 21:26:40 -04:00 |
Matthew Budd
|
6b79d20037
|
Added logic to set flags register when resuming from a breakpoint.
|
2020-09-11 20:29:45 -04:00 |
Matthew Budd
|
823e7948c0
|
Debug window breakpoint highlighting when hit in work.
|
2020-09-09 23:13:53 -04:00 |
Matthew Budd
|
1403ab607d
|
More widget logic added to Qt debug window.
|
2020-09-09 21:58:09 -04:00 |
Matthew Budd
|
473ef5b7dc
|
Added a little more logic to Qt debug window.
|
2020-09-09 20:22:31 -04:00 |
Matthew Budd
|
dd7aa8fc2c
|
Added initial framework for adding, editing, and removing breakpoints.
|
2020-09-08 22:18:49 -04:00 |
Matthew Budd
|
4e3e4d2e54
|
Added logic to update PPU labels on debug window.
|
2020-09-04 06:48:29 -04:00 |
Matthew Budd
|
abf863a6a2
|
Debugger window functionality in work.
|
2020-09-04 06:37:22 -04:00 |
Matthew Budd
|
e688ebe23b
|
ASM view port in work.
|
2020-09-03 22:39:01 -04:00 |
Matthew Budd
|
fc201b5ff7
|
Created custom widget for ASM viewport.
|
2020-09-03 22:21:53 -04:00 |
Matthew Budd
|
254a1a1d37
|
ASM display window changed to use QPlainTextEdit instead of QTextEdit.
|
2020-09-02 22:16:41 -04:00 |
Matthew Budd
|
ccbcab5e77
|
Initial port of ASM window code.
|
2020-09-02 21:31:54 -04:00 |
Matthew Budd
|
7001b55569
|
Added initial framework for console breakpoint debugger window.
|
2020-09-01 22:04:59 -04:00 |