Does Delphi have a function similar to debug.print in VB, and if it does, how does one access the immediate window? Thanks.

有帮助吗?

解决方案

You can call the Windows API function OutputDebugString. Anything that is sent to that function appears in the Event Log window in the IDE (View | Debug Windows | Event Log).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top