Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Delphi 是否有类似于 VB 中的 debug.print 的功能,如果有,如何访问即时窗口?谢谢。
您可以调用 Windows API 函数OutputDebugString。发送到该函数的任何内容都会出现在 IDE 的“事件日志”窗口中(查看 | 调试窗口 | 事件日志)。
OutputDebugString