软件运行中输出数据到调试器
(乾坤一笑发表于2004-11-16 10:27:50)
闲言少叙,书归正传,来看看MSDN怎么说:
OutputDebugString
The OutputDebugString function sends a string to the debugger for display.
VOID OutputDebugString(
LPCTSTR lpOutputString // string to be displayed
);
Parameters
lpOutputString
[