This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: apologies, 3.1, mingw wishlist [okay to add new ctor to ConcreteProcess?]
>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes:
Adam> Sure, if it's okay with everybody else, I'll create another
Adam> constructor on ConcreteProcess that takes a
Adam> current-working-directory argument.
Probably you want to make that the only constructor and change Runtime
to always use it.
>> Is there any way that GDB would/could be used for debugging?
Adam> Hrm, I already use cygwin's GDB. It's not the best -- if your
Adam> code CALL's a NULL address you lose the stack, and the GUI is a
Adam> bit lacking -- but it's better than nothing.
The current gdb's gcj support isn't all that great.
Even worse, nobody is working on it :-(
Tom