We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
export CFLAGS="-O0 -g" export CXXFLAGS="-O0 -g" spin build --clean -- -Dbuildtype=debug
pip install -e . --no-build-isolation
test.py
import numpy as np x = np.arange(5) np.empty_like(x)
spin gdb ./test.py
debug
(gdb) break array_empty_like (gdb) run