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

Marc Weustink marc at dommelstein.net
Sun Jul 18 03:08:40 CEST 2010


Bernd wrote:
> Whenever I run a program through the debugger it will no longer allow
> my debug messages that I send to the windows API function
> OutputDebugString() to go where they are normally supposed to go (an
> external application that logs them). Somehow the debugger seems to
> entirely catch these debug messages and does not allow them to go
> through. Can I somehow disable this without entirely disabling the
> debugger?

OutputDebugString is meant to be captured by a debugger. Unfortunately 
this isn't shown anyware in Lazarus

Marc






More information about the Lazarus mailing list