Got a Reference String which is New’ed and Disposed of within the same procedure, but have noticed the debugger shows it as Null or the length of the first time the string was New’ed.
Anyone else noticed this?
Screen shot shows the String upto 76 chars, with the length it should be in Loc:CPUInfoLength.
The code works, its just the debugger in C11 not showing the NEW’ed string correctly, unless there is some sort of refresh I can apply to the pane?
Yeah the visible bit in the debugger pane isnt changing, in this example the string should be 176 chars but its still showing only the 76 chars from the first time it was NEW’ed.
I noticed that the “Watch Variable” window will re-fresh to the correct size if you close it then re-open. But not sure what you would do to force that other thing to re-load. It only sets the size when you expand the tree node. Until that point, it will be right when you first expand it.