View macro expanded version of source while debugging

Posted by Mick on Stack Overflow See other posts from Stack Overflow or by Mick
Published on 2010-04-19T12:18:19Z Indexed on 2010/04/19 12:23 UTC
Read the original article Hit count: 171

Filed under:
|
|

I am attempting to debug some C code using the visual studio debugger. I seems my choices are to view the source code or view the the disassembly. But what I would really like to view is the source code with all the macro's expended. Is that also possible?

© Stack Overflow or respective owner

Related posts about debugging

Related posts about visual-studio-2008