gdb_python_api icon indicating copy to clipboard operation
gdb_python_api copied to clipboard

Stepu fails

Open ghamarian opened this issue 3 years ago • 3 comments

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```

ghamarian avatar Apr 13 '22 22:04 ghamarian

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.

jefftrull avatar Apr 13 '22 22:04 jefftrull

And your Python version - thanks.

jefftrull avatar Apr 13 '22 22:04 jefftrull

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.

jefftrull avatar Apr 20 '22 15:04 jefftrull

Requested information not provided; closing ticket.

jefftrull avatar Feb 07 '23 18:02 jefftrull