-
-
简单实现调试字符串输出
-
发表于:
2012-9-16 17:47
4025
-
好久没发贴了,发几行代码.
inline void MyDbgPrint(const char* str,int len)
{
ULONG_PTR args[2];
args[0] = len;//strlen(str);
args[1] = (ULONG_PTR)str;
__try
{
RaiseException(0×40010006,0,2,args);
}
__except(1)
{
}
}
[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!