GNOME Bugzilla – Bug 171194
a better debug module
Last modified: 2005-08-17 09:05:30 UTC
Now, the debug support in gnopernicus is only for events received from at-spi. A general and robust way is required.
Created attachment 39062 [details] [review] proposed patch
Comment on attachment 39062 [details] [review] proposed patch please make sure that this is not compiled in by default; please make it an option to configure/autogen.
Created attachment 45684 [details] [review] reworked patch Same as previous, but with an option in configure.in to turn on the debug (default is off). Also patch contains an example of usage. In order to turn support on, gnopernicus has to be recompiled with: ./autogen.sh --enable-debug and setting SRCSPEECH_DEBUG=out before launching gnopernicus.
Bill, do you agree to commit this patch?
Comment on attachment 45684 [details] [review] reworked patch Patch committed to cvs head.
remus, I'd like to turn on the debug by updating configure.in file. How to do it?
Created attachment 50845 [details] [review] proposed patch to turn on this feature from configure.in file
for the patch above you have to set SRCSPEECH_DEBUG=out before running gnopernicus.
Created attachment 50847 [details] [review] a better version. for this patch you don't have to set the environment variable.
Thanks!