Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
Qt Creator 4.5.0
-
Windows 10 1709 64 bit
MSVC2015 32 bit
Qt 5.10.1 for UWP 32 bit
-
b33a8cb13d317cc5a5212204966b2e174d0ebca1 in qtbase
Description
- Create a new Qt Widgets Application project.
- Build it on Qt for Windows UWP.
- Place a breakpoint in the first line of main().
- Run the debugger.
- When the debugger stopped at the breakpoint, see the Locals and Expressions view.
It displays at least 100 elements for argv, although argc is 1:
The Windows Task Manager shows one, different parameter to the application:
The debugger should show the correct values of argc and argv.
Attachments
Issue Links
- relates to
-
QTBUG-101028 argv passed to Android apps is not sufficiently terminated
- Closed
- mentioned in
-
Page Loading...