Tip - 使用 DebugView 显示 C++ 调试信息
DebugView 勾选 Captrue Global Win32
C++ 代码
std::wstring debuginfo = L"test";
OutputDebugString(debuginfo.c_str());
DebugView 勾选 Captrue Global Win32
C++ 代码
std::wstring debuginfo = L"test";
OutputDebugString(debuginfo.c_str());