Details
Description
Steps to reproduce:
- open simple.pro (tests/manual/debugger/simple) use MinGW
- place a breakpoint inside testQImageDisplay() and change the QImage variable display type to be 'Separate Window'
- step 'til leaving the function
Current result:
- no separate window comes up to display the image
Expected result:
- separate window that displays the image comes up and changes while stepping
Note: this works when using MSVC + cdb (with python dumper)
Note: Plotting and displaying strings in a separate window seems to be working as expected - so, this might be only effect displaying QImage/QPixmap..
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-28402 Changing Value Display Format to Separate Window for QImage doesn't work
-
- Closed
-
- relates to
-
QTCREATORBUG-31224 Debugger: Image display does not work without expanding
-
- Reported
-