KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: rula on August 11, 2008, 03:24:42 pm

Title: debug
Post by: rula on August 11, 2008, 03:24:42 pm
Hi konakarts,
I can not debug konakart in eclipse.
Reason:
Absent Line Number information

Unable to install breakpoint in ...
missing line number attributes. Modify Compiler options to generate the line
number attributes

I looked for comiler setting of workspace and project,
set debug="off" to debug="trie" in build.xml and
and searched in tomcat for debug settings, but found nothing. :(

Please, help would be fine, regards, rula
Title: Re: debug
Post by: rula on August 11, 2008, 03:49:07 pm
Hi konakarts,

sorry, now it seems that debugging is possible, I don't know the cause! regards, rula
Title: Re: debug
Post by: Brian on August 11, 2008, 03:51:02 pm
If it's your source code you're trying to debug then you need to set debug="on".  
Title: Re: debug
Post by: rula on August 11, 2008, 04:08:54 pm
Hi Brian,

yes, it's my sourcode, I set debug="true" in build.xml for srcdir="${custom.home}/appn/src/

regards, rula