Ernie Pasveer
df17f0e493
Finished feature of opening assembly tab when there's no source file.
2025-12-19 13:16:52 -06:00
Ernie Pasveer
64c99f4d59
First work on showing assembly tab when there's no source file.
2025-12-18 12:52:05 -06:00
Ernie Pasveer
b88d68afd3
Add copyright header to each source file.
2025-08-26 17:26:05 -05:00
Ernie Pasveer
e040380529
More udb support.
2025-06-14 11:46:05 -05:00
Ernie Pasveer
3437f94c06
Fixed refresh after a terminate+restart.
2025-04-22 17:41:36 -05:00
Ernie Pasveer
afc5e6fa3e
WIP: add 'handleSessionTerminated' to relevant widgets.
2025-04-20 09:33:31 -05:00
Ernie Pasveer
51e1cd1010
Checkpoint
2024-01-11 09:09:05 -06:00
Ernie Pasveer
ee1e27ecc4
Add menu on logger/tracker to launch memory visualizer.
2023-12-17 16:54:13 -06:00
Ernie Pasveer
a0734f9f88
Add Help for Variable/Register browser.
2022-09-25 11:32:08 -05:00
Ernie Pasveer
3006de2216
Change assembly when selecting stack frame. Pt.1
2022-07-02 20:22:35 -05:00
Ernie Pasveer
bd61f95aca
Fixed problem with double refresh caused by extra stopping point signal.
2022-06-02 11:40:24 -05:00
Ernie Pasveer
e6c15037f9
Clean up code for lint errors.
2022-04-28 20:20:37 -05:00
Ernie Pasveer
67bff863f8
Playing arround with build action.
2022-04-24 16:40:56 -05:00
Ernie Pasveer
693fa4a96e
Show source filename where possible. Not including path.
2022-02-28 20:49:34 -06:00
Ernie Pasveer
1afdf82f91
Switch from __PRETTY_FUNCTION__ to qSetMessagePattern()
2022-01-20 10:40:56 -06:00
Ernie Pasveer
591af6f7ad
Fix bug when automatically bringing up a source file at a breakpoint.
...
If an exception is raised from a source file (or function) that is
not compiled with debug info (resulting in no file or lineno), the
EditorManager can't automatically open the next most available file (the
one from the next stack frame).
StackFramesBrowser now figures out which source file can be available
if the file for frame 0 isn't available.
2022-01-17 16:18:30 -06:00
Ernie Pasveer
39818ec6c1
Clean up some things for thread handling.
2021-11-07 13:53:46 -06:00
Ernie Pasveer
8617bf70ac
Add ToolTips to the important browsers.
2021-10-10 12:57:30 -05:00
Ernie Pasveer
34accbd8b9
Fix compile warning for QTreeWidget::findItems().
...
Need to explicitly pass Qt::MatchExactly instead of 0.
2021-09-13 18:20:51 -05:00
Ernie Pasveer
6357b7a0ef
Move source into a 'src' directory. Update README.md file for build
...
instructions.
2021-09-04 17:02:25 -05:00