How to Install and Uninstall debugbreak Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "debugbreak" package

This is a short guide on how to install debugbreak on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install debugbreak

2. Uninstall "debugbreak" package

Here is a brief guide to show you how to uninstall debugbreak on openSuSE Tumbleweed:

$ sudo zypper remove debugbreak

3. Information about the debugbreak package on openSuSE Tumbleweed

Information for package debugbreak:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : debugbreak
Version : 1.0~git.20210702-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 6.6 KiB
Installed : No
Status : not installed
Source package : debugbreak-1.0~git.20210702-1.3.src
Upstream URL : https://github.com/scottt/debugbreak
Summary : Breakpoint injector for C/C++ code
Description :
debugbreak.h allows setting breakpoints in C/C++ code with a call to
the debug_break() function.
* Include one header file and insert calls to debug_break() in the code where
you wish to trap into the debugger.
* Works well on ARM, AArch64, i686, x86-64, POWER and has a fallback code path
for other architectures.
* Works like the DebugBreak() fuction provided by Windows and QNX.