There was a program what I could compile under 2008 for a while. NoteI can compile the program using cl and in Ultimate++ IDE.
Is there a way to 开发者_运维知识库debug code on Visual C++ 2008 Express, such as I can watch a variable for certain value(s) and, when it assumes this value, to break?
Visual C++ 2008 has a great tool called \"Attach to Process\", which start watching a specific process for debugging symbols and handles correctly your breakpoints. This is fantastic, but I would like