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
When trying to print a QVector I get this:
(gdb) p columnWidth $1 = QVector (size = 4)Python Exception <class 'gdb.error'> There is no member or method named offset.:
I get same error with the other qt5 pretty printer from here: https://github.com/KDE/kdevelop/tree/master/plugins/gdb/printers
Unfortunately, I don't have enough knowledge of gdb/Qt internals and can't get what's wrong.
gdb-8.1.1-4.fc28.x86_64 qt5-qtbase-gui-5.11.3-1.fc28.x86_64 python3-3.6.8-3.fc28.x86_64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to print a QVector I get this:
(gdb) p columnWidth
$1 = QVector (size = 4)Python Exception <class 'gdb.error'> There is no member or method named offset.:
I get same error with the other qt5 pretty printer from here:
https://github.com/KDE/kdevelop/tree/master/plugins/gdb/printers
Unfortunately, I don't have enough knowledge of gdb/Qt internals and can't get what's wrong.
gdb-8.1.1-4.fc28.x86_64
qt5-qtbase-gui-5.11.3-1.fc28.x86_64
python3-3.6.8-3.fc28.x86_64
The text was updated successfully, but these errors were encountered: