Skip to content

Conversation

@graalvmbot
Copy link
Collaborator

On the most recent versions of Fedora, the default GDB package is built with Python 3.13.

This somehow interferes with the Python library pdb when used in the GDB Python API. This causes the gdb-debughelpers.py file to not be loaded properly, and tab-completion does no longer work in GDB.

As pdb is only used for debugging the pretty printer shipped with gdb-debughelpers.py. Moving the import statement to the only use of pdb solves this problem for normal use of gdb-debughelpers.py.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 7, 2025
@graalvmbot graalvmbot merged commit 4a50a6a into master May 10, 2025
13 checks passed
@graalvmbot graalvmbot deleted the doma/GR-64747 branch May 10, 2025 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants