سؤال

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