How to Install and Uninstall debugbreak-devel.i686 Package on Fedora 35
Last updated: January 13,2025
1. Install "debugbreak-devel.i686" package
In this section, we are going to explain the necessary steps to install debugbreak-devel.i686 on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
debugbreak-devel.i686
Copied
2. Uninstall "debugbreak-devel.i686" package
Please follow the instructions below to uninstall debugbreak-devel.i686 on Fedora 35:
$
sudo dnf remove
debugbreak-devel.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the debugbreak-devel.i686 package on Fedora 35
Last metadata expiration check: 0:42:06 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : debugbreak-devel
Version : 1.0
Release : 4.fc35
Architecture : i686
Size : 14 k
Source : debugbreak-1.0-4.fc35.src.rpm
Repository : fedora
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.
Available Packages
Name : debugbreak-devel
Version : 1.0
Release : 4.fc35
Architecture : i686
Size : 14 k
Source : debugbreak-1.0-4.fc35.src.rpm
Repository : fedora
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.