How to get StackFrame at compile time from PDB?

Posted by Usman on Stack Overflow See other posts from Stack Overflow or by Usman
Published on 2010-03-30T12:54:38Z Indexed on 2010/03/30 13:03 UTC
Read the original article Hit count: 765

Filed under:
|
|
|

Hello,

I need to get stack frame of function from any pdb (All in/out arguments and their types). I got function name and address of certain function from pdb, now I need to know all parameters(in/out) of that function from pdb file programatically. Is there any way..??

Regards Usman

© Stack Overflow or respective owner

Related posts about debugging

Related posts about visual