C++ macro expansion, debugging

前端 未结 2 819
名媛妹妹
名媛妹妹 2021-01-18 06:30

I have a bunch of MACROS in C++ code that expand into some functions. And I am debugging something. Just want to see what the code ends up looking like”

Any ideas? <

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-18 06:39

    /P, see it under C++ - Preprocessor - Process to a File in the Visual Studio's Property Pages, the output file has the .i extension

提交回复
热议问题