8052cf60ff5c

关注

trace

8052cf60ff5c

关注

阅读 35

2022-05-20

void trace(char* szFormat, ...)

{

#ifdef _DEBUG

char buff[1024] = {0};

va_list args;

va_start(args,szFormat);

_vsnprintf(buff, 1023, szFormat,args);

OutputDebugString(buff);

va_end( args);

#endif

}

相关推荐

慕犹清

TRACE

慕犹清 140 0 0

ixiaoyang8

frida trace

ixiaoyang8 81 0 0

天际孤狼

qemu trace event

天际孤狼 76 0 0

Aliven888

SDF accelerate trace

Aliven888 46 0 0

影子喵喵喵

console.trace()

影子喵喵喵 38 0 0

笙烛

Trace Table 示例

笙烛 29 0 0

闲嫌咸贤

mysql Trace 分析

闲嫌咸贤 34 0 0

流计算Alink

iptables trace使用

流计算Alink 31 0 0

GG_lyf

SAT – RUNNING A TRACE MEASUREMENT

GG_lyf 22 0 0

小铺有酒一两不够

stap signal && trace point

小铺有酒一两不够 31 0 0

精彩评论(0)

0 0 举报