Details
Description
Open simple.pro, build with MinGW, set breakpoint in function testColor():
c.r = 5;
Object c is initialized by the ctor already. Values of members are 1,2,3,4. Locals and Watchers view shows random values instead.
Open simple.pro, build with MinGW, set breakpoint in function testColor():
c.r = 5;
Object c is initialized by the ctor already. Values of members are 1,2,3,4. Locals and Watchers view shows random values instead.