File: control

package info (click to toggle)
debugbreak 1.0-1
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: python: 125; ansic: 123; cpp: 8; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 766 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: debugbreak
Section: devel
Priority: optional
Maintainer: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.1
Homepage: https://github.com/scottt/debugbreak
Rules-Requires-Root: no

Package: debugbreak
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: gdb
Description: Put breakpoints in C/C++ code
 debugbreak.h allows one to put breakpoints in their C/C++ code
 with a call to debug_break(). Include the header file and insert
 calls to debug_break() in the code where one wishes to break into
 the debugger. debugbreak supports GCC, Clang. debugbreak works well
 on ARM, AArch64, i686, x86-64, POWER and has a fallback code path for
 other architectures.