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