gdb_python_api
gdb_python_api copied to clipboard
Stepu fails
Here is the error I get:
Python Exception <class 'AttributeError'> 'NoneType' object has no attribute 'filename':
Error occurred in Python: 'NoneType' object has no attribute 'filename'
This is how I compiled it. I use clang 14.
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=/usr/bin/make -DCMAKE_TOOLCHAIN_FILE=/home/oem/vcpkg/vcpkg/scripts/buildsystems/vcpkg.cmake -G "CodeBlocks - Unix Makefiles" -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -S. -B build -DCMAKE_EXPO```
Hi! Thanks for the bug report. Can you also supply the program you are trying to debug, and its build instructions? I'll need that in order to reproduce.
And your Python version - thanks.
Without a minimal working example there is no way I can reproduce this error. Please give me this additional information so I can help you. Thanks.
Requested information not provided; closing ticket.