Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 14.0.0-beta1
-
Windows 10 (10.0.19045)
Qt 6.7.1 MSVC2019 64bit (installed by MaintenanceTool)
-
-
bb4c6d2bf (14.0)
Description
Steps:
- New console project
- Add some strings to a QStringList
- Set break after strings have been added
- Start debugging
Expected:
- List is displayed in the 'Locals' pane
- All list items are visible
Actual
- List is displayed as "<not accessible>"
- No items are shown