Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: Skybuck on December 13, 2011, 06:08:10 AM



Title: Printf doesn't print to screen ?
Post by: Skybuck on December 13, 2011, 06:08:10 AM
Hello,

I am trying to debug bitcoin 0.5 but nothing is being printed to screen ?

Is this perhaps bug, or is printf re-directed to something else ?

If so can I somehow redirect it to screen ?

(Visual Studio 2010)

Bye,
  Skybuck.


Title: Re: Printf doesn't print to screen ?
Post by: Skybuck on December 13, 2011, 06:22:33 AM
I see it has a hidden option:

    fPrintToConsole = GetBoolArg("-printtoconsole");

I shall try and use that ;)