aMule Forum

English => Compilation problems => Topic started by: Amule_fan on January 10, 2009, 09:38:33 AM

Title: Advice to Debugging please!!
Post by: Amule_fan on January 10, 2009, 09:38:33 AM
Hello

I'm trying to debugging Amule to understand how does it works, and i would like to follow the program using the prinf comands that the developpers use in Amule source code. Could anybody help me and tell me where or how can I see this prinf? Or if exist anyway to show the information in a Debug window that exist when u run Amule in VS

Thank u very much
Title: Re: Advice to Debugging please!!
Post by: Stu Redman on January 10, 2009, 02:11:51 PM
Use the logging macros defined in Logger.h. Then you can watch the output in the log file.
On Linux you can see the output in the console if you start amule from it, on Windows you can't.