Break into the debugger programmatically
debugbreak.h allows you to put breakpoints in your C/C++ code with a call to debug_break(). • Include one header file and insert calls to debug_break() in the code where you wish to break into the debugger. • Supports GCC, Clang and MSVC. • Works well on ARM, AArch64, i686, x86-64, POWER and has a fallback code path for other architectures. • Works like the DebugBreak() function provided by Windows and QNX.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.0-18.fc41 | - |
Fedora 41 | 1.0-18.fc41 | - |
Fedora 40 | 1.0-16.fc40 | - |
Fedora 39 | 1.0-14.fc39 | - |
Fedora EPEL 9 | 1.0-7.el9 | - |
Fedora EPEL 8 | 1.0-1.el8 | - |
Fedora EPEL 10.0 | 1.0-18.el10_0 | - |
You can contact the maintainers of this package via email at
debugbreak dash maintainers at fedoraproject dot org
.