| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"Shooting" |
| Date: |
29 Aug 2006 10:09:02 PM |
| Object: |
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
.
|
|
| User: "Phlip" |
|
| Title: Re: Symbol search |
30 Aug 2006 12:44:23 AM |
|
|
Shooting wrote:
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.
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!!!
.
|
|
|
|
| User: "Victor Bazarov" |
|
| Title: Re: Symbol search |
30 Aug 2006 07:19:38 AM |
|
|
Shooting wrote:
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?
This information (.pdb file) is compiler-specific. Please consider asking
in the newsgroup dedicated to your compiler (microsoft.public.vc.language)
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
.
|
|
|
|

|
Related Articles |
|
|