Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.7.2, Qt Creator 4.8.0-beta1
-
None
-
Windows 10 1803 64 bit
MSVC2015, 32 bit, 64 bit
Qt 5.9.6, Qt 5.9.7, Qt 5.12.0 beta 2
Description
- Create a new Qt Widgets Application.
- Create a QString in the main function.
- Place a breakpoint in the main function after the QString was created.
- Build this on Qt for UWP and run it in the debugger.
The breakpoint will be hit but the QString will be marked "not accessible" in "Locals" view.
The "Locals" view should show the content of the QString. When building the same application on Qt for Desktop, this seems to work correctly, even when checking "Run in Terminal".
Attachments
Issue Links
- relates to
-
QTCREATORBUG-21446 Qt 4 QString not accessible
- Closed
- mentioned in
-
Page Loading...