【发布时间】:2010-06-25 06:42:37
【问题描述】:
我想知道是否可以绕过 OutputDebugString?我希望 OutputDebugString 输出显示在 DebugView 中,而不是在内部 Delphi 事件查看器窗口中。但我找不到告诉 Delphi 不要吞下 OutputDebugString 的方法。有什么想法吗?
问候
【问题讨论】:
-
它应该出现在Delphi窗口和的DebugView中。你能确认一下吗?
-
我也有 Delphi 7,它没有显示在 DebugView 中,只显示在 Delphi 事件日志中。
-
只有在调试会话中运行时才会显示在 Delphi 事件日志中。如果应用程序在没有附加调试器的情况下启动,则 DebugView 捕获 OutputDebugString。
-
AFAIK 一次只有一个调试器可以接收 OutputDebugString 输出
标签: delphi debugging delphi-7 outputdebugstring