Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 8.0.0
-
None
-
Ubuntu 20.04.5
Description
When changing Value Display Format to Separate Window for QImage and then debugging code that has QImages, windows are not shown for those images. This used to work in previous versions.
The place I encountered this in was a test, but it can be reproduced with e.g.
QImage generatedImage(QSize(100, 100), QImage::Format_ARGB32); generatedImage.fill(Qt::red);
Version info:
Qt Creator 8.0.0 Based on Qt 6.3.1 (GCC 10.3.1 20210422 (Red Hat 10.3.1-1), x86_64) From revision 5c341854e0 Built on Jul 19 2022 07:57:16
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-21233 Debugger: Special handling for e.g. QImage does not work
-
- Reported
-