Skip to content

Commit b67c4a0

Browse files
Added Scrutiny Debugger to showcase section
1 parent 6b9105b commit b67c4a0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ know it from Visual Studio.
193193
- [ADTF 3](#adtf-3)
194194
- [DREAM3D-NX](#dream3d-nx)
195195
- [LabPlot](#labplot)
196+
- [Scrutiny Debugger](#scrutiny-debugger)
196197
- [Alternative Docking System Implementations](#alternative-docking-system-implementations)
197198
- [KDDockWidgets](#kddockwidgets)
198199
- [QtitanDocking](#qtitandocking)
@@ -707,6 +708,27 @@ The LabPlot project recently switched to the Qt Advanced Docking System for thei
707708
708709
[read more...](https://labplot.kde.org/)
709710
711+
### [Scrutiny Debugger](https://scrutinydebugger.com/)
712+
713+
Scrutiny is an [open source](https://github.com/scrutinydebugger/) non-intrusive, real-time debugger for embedded systems, built for fast introspection, memory access, and signal visualization—without stopping your application. It uses the Qt Advanced Docking System (ADS) to provide fully customizable dashboards for monitoring and control.
714+
715+
Some of the highlights are:
716+
717+
- **Debug without interfering** — Inspect C++ memory live without disrupting execution flow.
718+
- **HIL testing made easy** — Write to variables through the GUI or SDK to simulate conditions.
719+
- **Configure during production** — Access and tweak variables anytime via GUI or Python.
720+
- **Catch fast events** — Embedded graphs sample at task-level frequency, even with multithreading.
721+
- **Build your dashboard** — Use ADS to create and save custom layouts for your debug sessions.
722+
- **No JTAG needed** — Communicates over serial, CAN, or network interfaces.
723+
- **Compact C++11 library** — Lightweight and easy to integrate into your firmware.
724+
- **Live graphs and runtime values** — Visualize variables, RPVs, and aliases in real time.
725+
726+
ADS powers Scrutiny’s flexible interface, letting users organize views and data panels to suit their workflow — ideal for real-time monitoring, testing, and debugging.
727+
728+
[read more...](https://scrutinydebugger.com/)
729+
730+
[![Scrutiny Debugger UI](doc/showcase_scrutiny-dark.png)](https://www.youtube.com/watch?v=Dd3osxW-Clo)
731+
710732
## Alternative Docking System Implementations
711733
712734
If this Qt Advanced Docking System does not fit to your needs you may consider some of the alternative docking system solutions for Qt.

0 commit comments

Comments
 (0)