Re: [Vala] How to debug vala program?
- From: Jürg Billeter <j bitron ch>
- To: John - <arenal85 hotmail com>
- Cc: vala-list gnome org
- Subject: Re: [Vala] How to debug vala program?
- Date: Thu, 01 Oct 2009 12:59:51 +0200
On Wed, 2009-09-30 at 08:25 +0000, 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.
Build your application with valac -g, that way you get debug information
for the .vala source files instead of the generated C files.
Jürg
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]