Commit Graph

19 Commits

Author SHA1 Message Date
Ernie Pasveer 93437e6551 First pass at Assembly configuration. 2022-07-17 15:39:04 -05:00
Ernie Pasveer 8c894b9e84 Add dark and light theme to editor config page.
The dark and light themes are hardwired into Seer.
After applying one of them, you can tweak them.
Then save the configuration.
2022-07-09 10:03:03 -05:00
Ernie Pasveer f4b3ed1692 Added #scrolllines config setting for the SeerConsole. 2022-03-26 13:09:50 -05:00
Ernie Pasveer ab9c57e5af Add 'handle terminating exceptions' to Seer.
Including config dialogs.
2022-03-02 17:41:34 -06:00
Ernie Pasveer 78a7a3a59e Checkpoint. 2022-02-19 12:02:19 -06:00
Ernie Pasveer ec60154596 Checkpoint. 2022-02-19 11:29:13 -06:00
Ernie Pasveer 0918ffd135 Checkpoint: Key shortcuts. 2022-02-19 10:54:26 -06:00
Ernie Pasveer 99d4ac4848 Add a config page for dprintf settings. 2022-02-17 18:55:03 -06:00
Ernie Pasveer 187c3f3512 Finished with alternate search directories for location source file.
GDB has its notion of where source files live. Sometimes this is
incorrect as the source may be in a different place after the executable
is released.

Seer's source search feature is a list of alternate directories to look
in if the path that GDB knows of doesn't exist.

Use the Config dialog to set them. Then save the config.

This is a global feature. That is, it applies to any and all executables
being debugged. (Perhaps I'll add project based session files to handle
per executable settings).
2022-01-23 10:32:12 -06:00
Ernie Pasveer 1afdf82f91 Switch from __PRETTY_FUNCTION__ to qSetMessagePattern() 2022-01-20 10:40:56 -06:00
Ernie Pasveer 3203a9b781 Add saving and remembering of manual gdb commands. 2022-01-16 09:55:17 -06:00
Ernie Pasveer ffca84a922 Finished console mode (normal,minimized,hidden). 2022-01-11 19:47:31 -06:00
Ernie Pasveer 9cce2761f1 Finished editor font and syntax highlighing settings. 2022-01-08 12:39:37 -06:00
Ernie Pasveer 78bf57fce4 Checkpoint. Still working on saving highlight colors. 2022-01-04 19:41:01 -06:00
Ernie Pasveer bda1ce4270 Checkpoint. Syntax colors. Can now apply new ones. 2022-01-03 16:03:07 -06:00
Ernie Pasveer 5a1d31d15c Config editor font.
Save and restore from settings file. Change all open
and future editors.
2021-12-26 14:57:58 -06:00
Ernie Pasveer c79ce234ce Finished gdb options dialog. 2021-12-20 20:28:00 -06:00
Ernie Pasveer 70408991d4 Checkpoint for Config dialog. 2021-12-20 18:04:53 -06:00
Ernie Pasveer 6222c13bf5 Checkpoint for Settings dialog. 2021-12-19 11:11:42 -06:00