请教调试中,outputdebugstring(50分)

  • 主题发起人 主题发起人 cjsam
  • 开始时间 开始时间
C

cjsam

Unregistered / Unconfirmed
GUEST, unregistred user!
在程序中插入了outputdebugstring用来显示字符串,在DELPHI中那个地方显示这个函数显示出来的字符串呀。<br>从来没用过这个来显示,看人家代码理由,就不知道在那看的到显示的结果,谢谢。
 
If the application has no debugger, the system debugger displays the string. If the application has no debugger and the system debugger is not active, OutputDebugString does nothing. <br><br>Delphi中,你打开EventLog窗口就能看到了<br>View-&gt;Debug Windows-&gt;Event Log<br>
 
接受答案了.
 
后退
顶部