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?

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to