문제

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