How to Install and Uninstall debugbreak-devel.noarch Package on CentOS Stream 9

Last updated: October 08,2024

1. Install "debugbreak-devel.noarch" package

Learn how to install debugbreak-devel.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install debugbreak-devel.noarch

2. Uninstall "debugbreak-devel.noarch" package

Please follow the guidance below to uninstall debugbreak-devel.noarch on CentOS Stream 9:

$ sudo dnf remove debugbreak-devel.noarch $ sudo dnf autoremove

3. Information about the debugbreak-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 0:02:07 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : debugbreak-devel
Version : 1.0
Release : 7.el9
Architecture : noarch
Size : 14 k
Source : debugbreak-1.0-7.el9.src.rpm
Repository : epel
Summary : Break into the debugger programmatically
URL : https://github.com/scottt/debugbreak
License : BSD
Description : 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.