I can't find solution in Google. I looked at every setting in VS. I couldn't find it. Sorry for possible duplication. But how do I suppress all those addresses in the debugger output? I just want to see the value_=3
and "sand.texture"
.
CodePudding user response:
Oh. Thanks to @Captain Obvlious I found right answer using format specifiers. Didn't know that Visual Studio have that thing. But here is an answer
- Add variable to Watch
- Changed that that variable to this [variableName],na