Introduction - If you have any usage issues, please Google them yourself
Receive real-time VC++ program under Debug and Release custom debug output, you can greatly facilitate the process of debugging. Usage (as an example to CTestMFCApp): In stdafx.h add TestMFCApp the# include " dt_2005.h" in. cpp need to output debugging information by adding lines of code DT ( " hello, year d" , 2009) DW ( " This is a warning msg" ) DE ( " error" ) with DT.exe information to receive the output DT general information to the output, DW used to output a warning message to show pink text DE to output error message in red text will appear in the show DT.exe file name and line number.