How to Install and Uninstall debugbreak Package on openSUSE Leap

Last updated: May 17,2024

1. Install "debugbreak" package

This guide let you learn how to install debugbreak on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install debugbreak

2. Uninstall "debugbreak" package

This guide let you learn how to uninstall debugbreak on openSUSE Leap:

$ sudo zypper remove debugbreak

3. Information about the debugbreak package on openSUSE Leap

Information for package debugbreak:
-----------------------------------
Repository : Main Repository
Name : debugbreak
Version : 1.0~git.20210702-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 6.6 KiB
Installed : No
Status : not installed
Source package : debugbreak-1.0~git.20210702-bp155.1.5.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.