[Lazarus] disable the debugger capturing the OutputDebugString() messages

Bernd prof7bit at googlemail.com
Tue Jul 20 00:40:31 CEST 2010


2010/7/19 Marc Weustink <marc.weustink at cuperus.nl>:
> If gdb doesn't give them to me, they wont get displayed.

They show up in the debug messages as warnings. Making the debug
message window able to show/hide all the different types of messages
would probably already be enough. Here is an example. Try to find the
line with the debug message ;-)

[...]
(gdb)
<-exec-continue>
^running
*running,thread-id="all"
(gdb)
=thread-exited,id="2",group-id="3188"
&"warning: this is a debug message sent from my program because I
clicked the button\n"
=thread-exited,id="1",group-id="3188"
=thread-group-exited,id="3188"
*stopped,reason="exited-normally"
(gdb)
<-file-exec-and-symbols >
^done
(gdb)
[...]




More information about the Lazarus mailing list