printf and Console.WriteLine
Posted
by Matt Jacobsen
on Stack Overflow
See other posts from Stack Overflow
or by Matt Jacobsen
Published on 2010-04-15T14:59:23Z
Indexed on
2010/04/15
22:23 UTC
Read the original article
Hit count: 352
Hi,
i have a bunch of Console.WriteLines in my code that I can observe at runtime. I communicate with a native library that I also wrote.
I'd like to stick some printf's in the native library and observe them too. I don't see them at runtime however. What am I doing wrong?
Cheers,
Matt
© Stack Overflow or respective owner