Ty,
if you set the environment variable
OTHER_JAVATOOL_FLAGS = -debug
in the makefile.preamble, the java compiler is set to include
debugging information into your .class files.
Regards
marco
------------------------------------------------
Marco Lawrenz
Condat GmbH Phone: +49-30-39094-208
AltMoabit 91 d Fax: +49-30-39094-300
10559 Berlin eMail: [EMAIL PROTECTED]
http://www.condat.de
CONDAT auf der CeBIT: Halle 3, Stand C64
------------------------------------------------
"Ty Shipman, CIO/CTO, Kagi" schrieb:
> Hi all,
>
> I am trying to figure out how to debug a framework.
>
> I started out by building a general WOApplication and writting some Java.
> Now that I have the basic system running, I have moved the core Java files
> over into a new project to build a framework (you can not convert between
> the two via the GUI and I am not sure what things to twist in the make
> files).
>
> Now I have run into a problem and i want to include a framework that has
> symbols in it so I can debug it. The build options "install_debug" is not
> what I want, I want "install_with_debug", but that does not exist. I have
> tried to build the framework with "debug" and include it in a WOApplication
> with "debug". It works just fine, until I want to access the local and
> print it out. The jdb/GUI just hangs.
>
> Can anyone tell me what I have to change in the makefiles/buildOptions list
> to get a framework installed with symbols and make the framework debuggable.
>
> Many thanks
> ty