Commit Graph

70 Commits

Author SHA1 Message Date
Ernie Pasveer dd98ba7ff4 Update README with starting instructions for Seer
Added a section on starting Seer and removed duplicate content.
2026-03-07 09:59:20 -06:00
Ernie Pasveer e8a294a860 Update image syntax in README.md 2026-03-07 09:55:52 -06:00
Ernie Pasveer c32f07d361 Add Stargazers section to README
Added a section for Stargazers with a link to the map.
2026-03-07 09:51:47 -06:00
dezza 5cbc10026c docs(README): flatpak-spawn usage
Added important note about using flatpak-spawn with GDB Launcher.

I just spent a good while figuring that out.
2026-03-07 02:02:43 +01:00
Ernie Pasveer 9b99897e58 Update README with Flathub installation details
Added installation instructions for Flathub and formatted commands.
2025-12-22 10:03:00 -06:00
Ernie Pasveer c71c32f66e Formatting. 2025-12-11 15:32:05 -06:00
Ernie Pasveer 8383ce353f Format. 2025-12-11 15:29:41 -06:00
Ernie Pasveer 8bba16e766 Update README to include flatpak release on Seer's page. 2025-12-11 15:27:05 -06:00
Ernie Pasveer e4dbcdbb7c Update README.md
Mention the minimum version of cmake is 3.5.
2025-04-28 11:50:14 -05:00
Martin Jungblut Schreiner f6359c87c8 Add openSUSE Tumbleweed install instructions. 2024-08-06 17:06:56 -03:00
Ernie Pasveer fae603356a Release version 2.4. 2024-03-18 17:56:55 -05:00
PLAZMAMA ed8937d409 reformat install from source instructions 2024-03-01 19:32:11 -05:00
PLAZMAMA 40574b59be clarify install from source instructions 2024-03-01 19:26:03 -05:00
Maor Cohen 5feab948d5 Fix installation note 2024-03-01 19:21:56 -05:00
Maor Cohen 410f98befd Improve pamac installation format 2024-03-01 19:19:44 -05:00
Maor Cohen 4f15255274 Fix typo in install from package 2024-03-01 19:09:49 -05:00
PLAZMAMA 255772a4c4 add installation section 2024-03-01 19:05:19 -05:00
Ernie Pasveer df21014ab8 Update README.md
Seer no longer compiles with Qt5.
2024-02-18 13:06:08 -06:00
Ernie Pasveer 4f6eefbe00 More Qt6/Qt5 changes to README. 2023-06-03 11:32:11 -05:00
Ernie Pasveer 8ab4d5bfb3 Update README for Qt6 and Qt5 building. 2023-06-03 11:16:43 -05:00
Ernie Pasveer 28449e2bba Update README.md
Add notes for Qt6
2023-05-16 15:54:32 -05:00
Ernie Pasveer b0ce627120 Update README.md
Prep for Qt6.
2023-05-12 15:40:14 -05:00
Ernie Pasveer 7989d89fe9 Update README.md
Point tasks to Wiki.
2023-04-30 16:24:42 -05:00
Ernie Pasveer 475257fa94 Update README.md
Point starting Seer to Wiki.
2023-04-30 16:22:14 -05:00
Ernie Pasveer 87fd0e0aa1 Update README.md
Point build instructions to Wiki.
2023-04-30 16:19:22 -05:00
Ernie Pasveer 7743b939a3 Update README.md 2023-04-29 09:06:41 -05:00
Ernie Pasveer 76099912a9 Touchups for RR. 2023-04-23 12:53:46 -05:00
Ben a15863599b Fix typos 2023-03-07 14:34:23 +01:00
Ernie Pasveer 3fbae54ecb Release version 1.15. 2023-03-04 10:12:06 -06:00
Ernie Pasveer 12877a84f9 Added alternate file to load symbols from (instead of the debugee executable). 2022-12-29 19:03:18 -06:00
Ernie Pasveer c9147bea7e Update main page with latest screenshots. 2022-12-26 11:11:06 -06:00
Ernie Pasveer 1bfac01995 Update screenshots with Reverse Debugging examples. 2022-10-09 15:36:42 -05:00
Kevin Ernst 379d094191 Updates to build on Ubuntu 18.04 LTS (…)
- replace `add_compile_definitions` (added in CMake ≥3.12) with
`add_definitions` in `CMakeLists.txt`

    * hat tip to: https://stackoverflow.com/a/61250302/785213

- add #ifdef's to support Qt 5.9.5 for Ubuntu 18.04 by replacing QString
`.front()` and `.back()` methods with `.at(0)` and `.at(s.size() - 1)`

    * hat tip to: https://github.com/pawelsalawa/sqlitestudio/commit/90ca398

- add #ifdef's to replace `QFontMetrics` `.horizontalAdvance()` method
with `.width()` to support Qt 5.9.5 on Ubuntu 18.04

    * hat tip to: https://github.com/Sigil-Ebook/Sigil/commit/a32f890

- closes #107
2022-10-07 00:32:46 -04:00
Ernie Pasveer 1eed48172b Add limited support for the older QT5.12 library.
People still use it.
2022-10-03 19:53:38 -05:00
Luca Leon Happel da0291e508 Fixed spelling mistake 2022-09-27 10:30:54 +02:00
Ernie Pasveer 5e745343bc Update README.md 2022-08-30 18:26:07 -05:00
Ernie Pasveer 15cb9834e1 Fix up rename of Seer binary to seergdb. 2022-08-30 18:23:08 -05:00
Ernie Pasveer 103dafd1a3 Update screenshots. 2022-08-08 18:47:13 -05:00
Ernie Pasveer 7db3b17154 Lots more changes for starting a program.
o Alternate breakpoint instead of main.
o Randomize starting address.
o Show assembly tab on startup.
2022-07-31 11:20:38 -05:00
Ernie Pasveer 459b7b9085 Update README with assembly mode. 2022-07-03 14:05:48 -05:00
Ernie Pasveer af9c6c1a70 Merge pull request #68 from nolange/proper_debian_packaging
Proper debian packaging
2022-06-19 10:05:04 -05:00
Norbert Lange 4242003d83 Convert into a native debian package 2022-06-17 22:49:00 +02:00
Ernie Pasveer 30ab8737bb Small improvement on --config help. 2022-06-17 08:47:27 -05:00
Ernie Pasveer 5b6672b933 Update README.md for new --config option. 2022-06-16 19:30:40 -05:00
Ernie Pasveer 4624a9843e Update README.md
Add notes for 'seer_deb.sh'.
2022-06-11 09:33:44 -05:00
Ernie Pasveer 5cb58a7fc8 Fixed small typo. 2022-06-06 11:46:40 -05:00
Ernie Pasveer 01127f86d1 Show examples for improved Array Visualizer. 2022-06-06 11:43:21 -05:00
Ernie Pasveer ce4f72546f touchup. 2022-05-31 18:11:28 -05:00
Ernie Pasveer aa5673c49e touchup. 2022-05-31 18:10:53 -05:00
Ernie Pasveer 2699307a1e Add new example pics for array visualizer. 2022-05-31 18:09:12 -05:00