How to Install and Uninstall debugbreak-devel.noarch Package on Rocky Linux 9

Last updated: October 06,2024

1. Install "debugbreak-devel.noarch" package

Please follow the guidelines below to install debugbreak-devel.noarch on Rocky Linux 9

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

2. Uninstall "debugbreak-devel.noarch" package

Here is a brief guide to show you how to uninstall debugbreak-devel.noarch on Rocky Linux 9:

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

3. Information about the debugbreak-devel.noarch package on Rocky Linux 9

Last metadata expiration check: 0:40:19 ago on Fri Feb 16 06:49:52 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.