X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fdoc%2Fsilcclient_using.html;h=780c7f312245d9893499502be4a8d4fd51a692fb;hb=8ea2a4ce03f30c1742dd3af1dd9b6838e60a93eb;hp=3dd3acf00ac752bda5362da7f8f36a8e9ce78016;hpb=31cdfafba28cbf5cc0d96caa8310cf31a59633c8;p=silc.git diff --git a/lib/doc/silcclient_using.html b/lib/doc/silcclient_using.html index 3dd3acf0..780c7f31 100644 --- a/lib/doc/silcclient_using.html +++ b/lib/doc/silcclient_using.html @@ -313,6 +313,14 @@ capabilities which are also available for client library user. You should have compiled the Toolkit with --enable-debug option so that run-time debugging is enabled. +
 
+Then, to say in your application you would like to use the debugging use +the SILC_ENABLE_DEBUG macro. Put this macro to your main header file, or +some other file that needs the debugging enabled. After using this macro +you are able to use the debugging routines provided by the SILC Toolkit. +Note that, the Toolkit library must be compiled with --enable-debug for +this macro to have any effect. +
 
To turn on the run-time debugging set the global variable "silc_debug" to TRUE. To see packet hexdumps you can set also "silc_debug_hexdump" to TRUE.