[gnome-db] Debugging libgda
- From: Daniel Morgan <danmorg sc rr com>
- To: GDA <gnome-db-list gnome org>
- Subject: [gnome-db] Debugging libgda
- Date: 06 Feb 2002 19:58:15 -0500
How do you debug libgda?
Would I print lines to the screen or a file using one of the following:
g_print("\nlibgda Debug\n");
fprintf(stderr, "\nlibgda Debug\n");
printf("\nlibgda Debug\n");
FILE *fp;
fp = fopen("debugfile.txt","w");
if(!fp)
{
fprintf(fp,"libgda Debug\n");
fclose(fp);
}
Well, these are not working for some reason. Any suggestions?
Thanks in advance,
Daniel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]