Visual Studio Code – Efficient way of watching and evaluating pieces of code with parameters in C++ that are cascading macros
I work in the Visual Studio IDE. I inhered some C++ code where a lot of macros are defined: it's like a cascade of macros are referring to some other replacement, again referring to some other replacement, see below. I…