Search found 1 match

by thorlak
Wed Oct 17, 2012 20:41
Forum: Modifications / Integrations / Customisations
Topic: [Solved] Debugging CEGUI 0.8.X strings in Visual Studio
Replies: 13
Views: 25722

Re: Debugging CEGUI strings in Visual Studio

What I usually do is to drag and drop the variable that contains the string into the watch window and then edit the variable ariable name adding ".c_str()" which gives me the string content as if it was a normal C string.

Go to advanced search