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 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
