windows debug [Shared pain]

Stanislav Blinov blinov at loniir.ru
Fri Nov 19 05:58:26 PST 2010


18.11.2010 21:53, Steve Teale пишет:
> As you can imagine, this is terrible to debug - printf or similar is bad
> enough, but for the service I'm pushing entries into the Windows event
> logger system. [...]
>
> But first I think I'll stop and do some carpentry for a couple of days.
> Then eventually something might dawn on me.
Have you tried OutputDebugString()? It's WinAPI function that sends 
strings to the 'debugger'. DebugView application from SysInternals suite 
nicely prints those strings, and also times them.


More information about the Digitalmars-d mailing list