Scroll to navigation

CYGDB(1) User Commands CYGDB(1)

NAME

cygdb - run compiled Cython code under the GNU debugger

DESCRIPTION

usage: cygdb [-h] [--build-dir BUILD_DIR] [--gdb-executable GDB] [--verbose]

[--skip-interpreter] [gdb_argv ...]

Cython debugger

positional arguments:

Arguments to forward to gdb; specified after --

options:

show this help message and exit
Directory containing cython_build/ files
gdb executable to use [default: gdb]
Verbose mode. Multiple -v options increase the verbosity
Do not automatically point GDB to the same interpreter used to generate debugging information
October 2025 Cython 3.1.6