| View previous topic :: View next topic |
| Author |
Message |
Shooting Guest
|
Posted: Wed Aug 30, 2006 8:09 am Post subject: Symbol search |
|
|
Is there any tools can help me to find all the pointer operation in my
source code? I'am using the vs.net 2005. It seems that all the symbol
information is in the .pdb file. How can I get them?
thanks |
|
| Back to top |
|
 |
Phlip Guest
|
Posted: Wed Aug 30, 2006 9:11 am Post subject: Re: Symbol search |
|
|
Shooting wrote:
| Quote: | Is there any tools can help me to find all the pointer operation in my
source code?
|
Why do you want them?
If they leak, you should try Purify or Valgrind on them.
| Quote: | I'am using the vs.net 2005. It seems that all the symbol
information is in the .pdb file. How can I get them?
|
All such tools are best served on their respective forums. This one is only
qualified to discuss raw C++ itself.
All such tools emit browser information that can be parsed. I'd Google for
[pdb browser] to start.
--
Phlip
http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!!! |
|
| Back to top |
|
 |
|