After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 171194 - a better debug module
a better debug module
Status: RESOLVED FIXED
Product: gnopernicus
Classification: Deprecated
Component: performance
unspecified
Other Linux
: Normal normal
: ---
Assigned To: remus draica
remus draica
AP2
Depends on:
Blocks:
 
 
Reported: 2005-03-22 10:43 UTC by remus draica
Modified: 2005-08-17 09:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (8.64 KB, patch)
2005-03-22 10:44 UTC, remus draica
accepted-commit_now Details | Review
reworked patch (11.67 KB, patch)
2005-04-26 09:36 UTC, remus draica
accepted-commit_now Details | Review
proposed patch to turn on this feature from configure.in file (438 bytes, patch)
2005-08-17 08:15 UTC, remus draica
none Details | Review
a better version. (968 bytes, patch)
2005-08-17 08:59 UTC, remus draica
none Details | Review

Description remus draica 2005-03-22 10:43:50 UTC
Now, the debug support in gnopernicus is only for events received from at-spi. A
general and robust way is required.
Comment 1 remus draica 2005-03-22 10:44:18 UTC
Created attachment 39062 [details] [review]
proposed patch
Comment 2 bill.haneman 2005-04-25 16:27:54 UTC
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.
Comment 3 remus draica 2005-04-26 09:36:58 UTC
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.
Comment 4 remus draica 2005-04-26 09:37:55 UTC
Bill, do you agree to commit this patch?
Comment 5 remus draica 2005-04-27 09:03:54 UTC
Comment on attachment 45684 [details] [review]
reworked patch


Patch committed to cvs head.
Comment 6 Jessie Li 2005-08-17 06:56:14 UTC
remus, I'd like to turn on the debug by updating configure.in file. How to do it?
Comment 7 remus draica 2005-08-17 08:15:35 UTC
Created attachment 50845 [details] [review]
proposed patch to turn on this feature from configure.in file
Comment 8 remus draica 2005-08-17 08:57:55 UTC
for the patch above you have to set SRCSPEECH_DEBUG=out before running gnopernicus.
Comment 9 remus draica 2005-08-17 08:59:49 UTC
Created attachment 50847 [details] [review]
a better version.


for this patch you don't have to set the environment variable.
Comment 10 Jessie Li 2005-08-17 09:05:30 UTC
Thanks!