I use the Nemiver debugger which is a graphical frontend to gdb,  It
seems to handle Vala source pretty well and jumps between the .vala
and .c files as you step through the program (make sure you use the
"-g --save-temps" flags in your makefile to enable debugging info and
keep the C files).

I am also trying to learn Valgrind but it is not easy because Vala
stubbornly refuses to leak memory.
_______________________________________________
vala-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to