Hi! I'm trying to familiarize myself with Shotwell code and I think that it could be great if I could debug it to see what are the program doing during it's execution. And I don't know why, but I can't.
Learning Vala I've read that I could debug Vala programs with gdb (or Nemiver, which I prefer) and I've done it with my little testing programs. Compiling with valac with -g option allows me to see Vala code at debugging --and also some C code where there are not exactly matches between Vala and C. This is that I've read: http://live.gnome.org/Vala/Tutorial#Debugging But with Shotwell I can't do that. I've seen at the makefile and it seems to have the -g option by default, so I don't know where is the problem. So, what do you do yo debug Shotwell? Do you read the C code directly? I'm happy with C, but the Vala-generated C is a bit weird and difficult to read... Any other way to familiarize myself with the program? Do you have any guide or something? Thanks for your time. _______________________________________________ Shotwell mailing list [email protected] http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell
