On Thu, Apr 21, 2011 at 03:12:23PM +0800, Nor Jaidi Tuah wrote: > When using "debug" in vala, I got this error: > invocation not supported in this context > > It hasn't happened before, and I can't figure > out what I did differently to cause this message. > I am still using the same version of vala, > the same compiler options, the same C compiler, etc. > > I did modify my source code, but all my modifications > are "innocent". > > Now, instead of debug, I have to use Glib.print > > Any sane explanation?
Most probably you have a "debug" variable/property somewhere and you're referring to that one. You can use GLib.debug as well. -- http://www.debian.org - The Universal Operating System _______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
