Re: [Vala] How to debug vala program?



On 30.09.2009 14:25:53, John - wrote:
I try to debug Vala program with Nemiver : http://projects.gnome.org/nemiver , that It recomends in Debugging chapter from http://live.gnome.org/Vala/Tutorial

But It give me this message : "Could not find file test.vala.c" when I try to see what happens in clicked button signal.

I use Builder to load the ui file and the connect signal has this code :
[CCode (instance_pos = -1)]
public void on_testButton_activate(Button sender)
{

}

Try
valac --save-temps
--
Ildar  Mulyukov,  free SW designer/programmer
================================================
email: ildar users sourceforge net
home: http://tuganger.narod.ru/
ALT Linux Sisyphus
================================================



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