diff options
Diffstat (limited to 'doc/debugging.texi')
-rw-r--r-- | doc/debugging.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/debugging.texi b/doc/debugging.texi index 26383c06b..7b1d068d3 100644 --- a/doc/debugging.texi +++ b/doc/debugging.texi @@ -104,6 +104,17 @@ is thus often helpful. Note that the actual output depends on the backend and may change from release to release. +@item Logging on WindowsCE + +For development, the best logging method on WindowsCE is the use of +remote debugging using a log file name of @file{tcp://<ip-addr>:<port>}. +The command @command{watchgnupg} may be used on the remote host to listen +on the given port. (@pxref{option watchgnupg --tcp}). For in the field +tests it is better to make use of the logging facility provided by the +@command{gpgcedev} driver (part of libassuan); this is enabled by using +a log file name of @file{GPG2:}. (@pxref{option --log-file}). + + @end itemize |