• Forum
  • Lounge
  • Visual Studio 2010 and Class Integration

 
Visual Studio 2010 and Class Integration

I remember I've seen somewhere something about changing the Debug data for certain Classes. Like, if you try to debug a std::string, you will not see internal data, but will only see Length, Allocated Size, and Every Character inside within [] like [Length], [0],[1],[2] (without sublevels). Does anyone know anything about this and, at least, the file you need to edit? Or do I need to make a Addin?
Yeah I've seen that too. VS adds it for STL types, and I'm pretty sure you can do it for your own types too, but I have no idea how.

If you figure it out, can you please share? I'm also interested in this.
Yeah, I will, but I still didn't. Still looking around for that, but can't find :/
http://msdn.microsoft.com/en-us/library/aa730838(v=vs.80).aspx but it says older versions only, cant test right now also...
Topic archived. No new replies allowed.