We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When running python gardenshed.py start-debugger on Fedora Workstation 39, an error is raised:
python gardenshed.py start-debugger
line 4: /usr/bin/gdb-multiarch: No such file or directory
From what I can tell, on Fedora 39 there is no gdb-multiarch. However, it is not needed and gdb works just fine for debugging Spade.
gdb-multiarch
gdb
To Reproduce Run the gardenshed script with the start-debugger command while in the spade directory on Fedora Workstation 39.
start-debugger
spade
Expected behavior I expected GDB to launch.
Actual behavior An error is thrown and the script exits.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When running
python gardenshed.py start-debugger
on Fedora Workstation 39, an error is raised:From what I can tell, on Fedora 39 there is no
gdb-multiarch
. However, it is not needed andgdb
works just fine for debugging Spade.To Reproduce
Run the gardenshed script with the
start-debugger
command while in thespade
directory on Fedora Workstation 39.Expected behavior
I expected GDB to launch.
Actual behavior
An error is thrown and the script exits.
The text was updated successfully, but these errors were encountered: