[MSVC++2008] display wxString while Debuging Topic is solved

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
MoonKid
Ultimate wxWidgets Guru
Ultimate wxWidgets Guru
Posts: 543
Joined: Wed Apr 05, 2006 9:39 am
Contact:

[MSVC++2008] display wxString while Debuging

Post by MoonKid »

I am working with MS Visual Studio C++ 2008 Express Edition.

Is it possible to set up the IDE that way that I can see the values of wxStrings in the watch list while debugging?
User avatar
doublemax
Moderator
Moderator
Posts: 19160
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Post by doublemax »

Use the source, Luke!
MoonKid
Ultimate wxWidgets Guru
Ultimate wxWidgets Guru
Posts: 543
Joined: Wed Apr 05, 2006 9:39 am
Contact:

Post by MoonKid »

There is a file "autoexp.dat".

You need to add this line in the section [AutoExpand].

Code: Select all

wxString=<m_impl>
Post Reply