How to customize visual studio to watch Symbian strings?

Login to reply to this topic.
Wed, 2005-06-22 08:09
Joined: 2005-05-11
Forum posts: 3
I am using Visual Studio to debug Symbian programs. However, it is not convenient to view the content of the strings in VS watch window. I don't remember if I read some article about customizing VS to view Symbian strings, if there is, please tell me or give me the hyperlink.

Wed, 2005-06-22 08:25
Joined: 2004-05-24
Forum posts: 981
Re: How to customize visual studio to watch Symbian strings?
Wed, 2005-06-22 09:52
Joined: 2005-05-11
Forum posts: 3
Re: How to customize visual studio to watch Symbian strings?
Thank you so much, that's exactly what I need.
Wed, 2005-06-22 11:48
Joined: 2004-07-28
Forum posts: 1379
Re: How to customize visual studio to watch Symbian strings?
That way works if your viewing a concreate descriptor type - TBuf, TPtr etc.  For the abstract types, TDes/TDesC you will just get the length shown.

A better way that allows you to view all descriptors, including the abstract ones can be found here:

http://www.newlc.com/article.php3?id_article=732

didster

Wed, 2005-12-21 22:30
Joined: 2005-12-09
Forum posts: 6
Re: How to customize visual studio to watch Symbian strings?
Guys, what about VS .NET 2003? Will it work the same way there too?

Thank you
  • Login to reply to this topic.