mjbudd77
|
129fbe3c32
|
Added a breakpoint on execution of specific ROM Address feature to debugger.
|
2021-07-19 21:31:29 -04:00 |
mjbudd77
|
fcaadd7e84
|
Rearranged a few of the debugger menu items.
|
2021-07-18 17:27:45 -04:00 |
mjbudd77
|
7eb3dcddb7
|
Bug fix for debugger assembly viewport scroll bars. Page size is now proper computed for both horizontal and vertical bars. Now hide horizontal bar if viewport is large enough to show full amount of longest line.
|
2021-07-17 20:04:09 -04:00 |
mjbudd77
|
e4f5384069
|
Debugger menu text cleanup. Removed redundant text.
|
2021-07-17 15:35:37 -04:00 |
mjbudd77
|
1b745599c7
|
Minor logic fixes for transitions between debugger layout presets.
|
2021-07-17 15:08:33 -04:00 |
mjbudd77
|
e49b40e6c3
|
Set default display option to be compact split view for debugger.
|
2021-07-17 15:01:22 -04:00 |
mjbudd77
|
31cbbebc8e
|
Added layout presets to debugger.
|
2021-07-17 14:48:53 -04:00 |
mjbudd77
|
a3669b5b93
|
Added code to save display state of debugger window.
|
2021-07-17 11:49:50 -04:00 |
mjbudd77
|
c8e22140f3
|
Removed qgroupboxes in favor of qframes for new debugger tabbed widget approach.
|
2021-07-16 07:15:05 -04:00 |
mjbudd77
|
415d4a2c84
|
Code clean up from tabbed widget development.
|
2021-07-15 23:56:36 -04:00 |
mjbudd77
|
4a216de908
|
Added a tabbed widget approach to displaying data blocks on Qt GUI.
|
2021-07-15 23:50:34 -04:00 |
mjbudd77
|
baa0af5d7c
|
Added a custom tool tip base class to handle common window management details.
|
2021-07-15 00:54:52 -04:00 |
mjbudd77
|
e31384ab60
|
Made a custom popup for the PPU control register status display.
|
2021-07-14 22:48:48 -04:00 |
mjbudd77
|
0a367374da
|
Added a navigate backwards/forwards line history to Qt debugger assembly view.
|
2021-07-13 23:36:27 -04:00 |
mjbudd77
|
086163e062
|
Added go to assembly address on double click and context menu option.
|
2021-07-11 19:05:29 -04:00 |
mjbudd77
|
4ffcafd138
|
Minor fix for tool tip CPU address field.
|
2021-07-11 16:55:14 -04:00 |
mjbudd77
|
e307f5a282
|
Changed visibility text labels to visible for compactness.
|
2021-07-11 16:37:14 -04:00 |
mjbudd77
|
1fad7e599a
|
Initialized state of menu items for display viewport controls for Qt GUI.
|
2021-07-11 16:34:56 -04:00 |
mjbudd77
|
d212e1aae1
|
Bug fix for assembly tool tip check going off end of string.
|
2021-07-11 13:26:59 -04:00 |
mjbudd77
|
b601d36641
|
More Qt debugger window layout options.
|
2021-07-11 13:03:25 -04:00 |
mjbudd77
|
15a3fddf41
|
Moved debugger bookmark area to far right of window. TODO will make data display area positioning configurable.
|
2021-07-11 08:01:21 -04:00 |
mjbudd77
|
467089cac1
|
Changed size policy for debugger bookmark and breakpoint tree views. Now can resize window better.
|
2021-07-11 07:45:37 -04:00 |
mjbudd77
|
6e5bbc1c7c
|
Re-organized creation of Qt debugger window layout and widgets to make it more managable.
|
2021-07-11 07:05:37 -04:00 |
mjbudd77
|
1e6264dd05
|
Added logic to show/hide breakpoint list in Qt debugger.
|
2021-07-11 05:18:54 -04:00 |
mjbudd77
|
a85d668f2f
|
Added a tool tip for getting operand address information to Qt debugger.
|
2021-07-10 22:13:38 -04:00 |
mjbudd77
|
036c9106ad
|
Qt debugger line spacing adjustments.
|
2021-07-10 21:22:00 -04:00 |
mjbudd77
|
d3ba6c540f
|
Added a function to draw a nicer colored arrow for the instruction pointer on the assembly view for the Qt debugger.
|
2021-07-10 19:42:52 -04:00 |
mjbudd77
|
bb8c591742
|
Renamed debugger assembly syntax coloring config parameters to be shorter and not be debugger specific. The trace logger may use these later.
|
2021-07-10 18:43:42 -04:00 |
mjbudd77
|
fcf250e350
|
For Qt debugger. Added logic to make byte code display configurable. Saved color configs to file.
|
2021-07-10 16:49:18 -04:00 |
mjbudd77
|
5c992a8610
|
Initial add of color syntax logic in Qt debugger.
|
2021-07-09 21:36:26 -04:00 |
mjbudd77
|
ea7deb0fd0
|
Initial add of assembly color option logic for Qt debugger.
|
2021-07-09 21:08:39 -04:00 |
mjbudd77
|
151bee01dc
|
Added font selection options to Qt debugger. For #352.
|
2021-07-09 15:16:32 -04:00 |
mjbudd77
|
37abb7305b
|
Added sizing logic to Qt debugger stack view to resize to display needs.
|
2021-07-09 14:15:45 -04:00 |
mjbudd77
|
1efe2de1f7
|
Added logic to allow for quick toggling of breakpoints by just clicking left mouse button between the end of cdl end boundary and the beginning of the line address text.
|
2021-07-09 00:01:32 -04:00 |
mjbudd77
|
a712448d81
|
Added logic to determine what ASM line a breakpoint is on and draw a red circle graphic on that line.
|
2021-07-08 23:36:24 -04:00 |
mjbudd77
|
27fc890977
|
Changed Qt debugger code so that only one debugger can be open at a time.
|
2021-07-08 22:00:32 -04:00 |
mjbudd77
|
c7627d9d26
|
Minor Qt debugger coloring changes.
|
2021-07-08 20:43:10 -04:00 |
mjbudd77
|
bcb620ccf9
|
Added debug symbol address decode tool top.
|
2021-07-08 19:43:25 -04:00 |
mjbudd77
|
b6ab045651
|
Updated short descriptions for opcode tool tips.
|
2021-07-08 18:00:35 -04:00 |
mjbudd77
|
15f799beff
|
Added long descriptions to opcode tool tips.
|
2021-07-07 18:40:39 -04:00 |
mjbudd77
|
692e137e6f
|
Opcode tool tips in work for Qt debugger.
|
2021-07-06 22:56:33 -04:00 |
mjbudd77
|
47da5cbc17
|
Added tool tips for CPU status display on Qt debugger.
|
2021-07-06 19:58:12 -04:00 |
mjbudd77
|
7c70db115e
|
Commented out unused break on exceed counter widgets that will later be removed.
|
2021-07-02 21:54:59 -04:00 |
mjbudd77
|
91298bb24f
|
Moved CPU cycle and instruction counter displays to same area as CPU register status on debugger window.
|
2021-07-02 21:35:37 -04:00 |
mjbudd77
|
4170384b72
|
Added missing question box for debugger step out in already running.
|
2021-07-02 20:02:01 -04:00 |
mjbudd77
|
cae2d15e47
|
Add seek to PC and change PC menu functions to debugger.
|
2021-07-02 19:40:45 -04:00 |
mjbudd77
|
aa02836972
|
Added counter reset button to debugger tool bar.
|
2021-07-02 16:31:51 -04:00 |
mjbudd77
|
7af00f523e
|
Added go to address function to debugger tool bar.
|
2021-07-02 16:26:44 -04:00 |
mjbudd77
|
fd6876a09d
|
Added tool bar to Qt debugger window.
|
2021-07-02 15:15:26 -04:00 |
mjbudd77
|
c3fbabc633
|
Go to address dialog adjustments for debugger and hex editor.
|
2021-07-01 22:34:30 -04:00 |