To configure the build, CMake is required
python3 setup.py build
cmake -B build
cmake --build build
Start a GDB session
./gdb.sh
Alternatively, debug the application pydbg.cpp
which embeds the Python interpreter and imports the module.
Start an interactive Python session:
./init.sh