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

Reply via email to