OutputDebugString

From Free Pascal wiki
Revision as of 22:53, 8 October 2015 by Arent (talk | contribs)
Jump to navigationJump to search

OutputDebugString( ) is a Windows way of emitting a text string to some output device (window/file/external debugger).

Lazarus will show these messages in the IDE Window: Event Log accessible from [View|Debug Windows|Event Log] <Ctrl_Alt-V>