Let me point you to Valencia, a gedit plugin developed by Yorba specifically for Vala development: http://redmine.yorba.org/projects/valencia/wiki
As fas as debugging, I recommend debug() over printf(), as it will display the filename and line number as well as your message. For more serious debug work I use gdb. -- Jim On Sat, Feb 2, 2013 at 2:15 AM, Norbert Preining <[email protected]> wrote: I do vim and printf ;-) ------------------------------------------------------------------------ PREINING, Norbert http://www.preining.info JAIST, Japan TeX Live & Debian Developer DSA: 0x09C5B094 fp: 14DF 2E6C 0307 BE6D AD76 A9C0 D2BF 4AA3 09C5 B094 ------------------------------------------------------------------------ On 2013/02/01, at 8:44, "Jens B." wrote: > Hi there, > > I am really new to vala so I'd ask you guys about your development process. > Right now I, like several people, printf alot to see whats going on, but > this can't be right. So my questions: > > What IDE do you use? How do you debug? How do you test? > > Thanks! > _______________________________________________ > Shotwell mailing list > [email protected] > http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell _______________________________________________ Shotwell mailing list [email protected] http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell _______________________________________________ Shotwell mailing list [email protected] http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell
