New to Vala/Clutter/Linux programming. I included "public bool test = get_debug_enabled();" in my clutter-demo.vala program and printed it out to the console. I notice it returns false. Would this explain why I can't evaluate expressions like r.width (where r is a Clutter Rectangle) while debugging with gdb?
Are there binaries distributed with debug enabled or do I have to install from source and enable debugging in the build process? If I have to install from source does that mean that I have to remove all of the extensions to clutter like clutter-gtk, clutter-gst and install them as source as well? Thanks -- Duff
_______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
