Re: [Vala] vala autocomplete with monodevelop



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.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]