Difference between revisions of "OutputDebugString"

From Free Pascal wiki
Jump to navigationJump to search
(Created page with "'''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 [[Event L...")
 
Line 1: Line 1:
 
'''OutputDebugString( )''' is a Windows way of emitting a text string to some output device (window/file/external debugger).
 
'''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 [[Event Log]] window accessible from [View|Debug Windows|Event Log] <Ctrl_Alt-V>
+
Lazarus will show these messages in the [[IDE Window: Event Log]] accessible from [View|Debug Windows|Event Log] <Ctrl_Alt-V>

Revision as of 22:53, 8 October 2015

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>