I still use print statements. When I want a stacktrace I put a line like
(new RuntimeException()).printStackTrace() If gdb could debug Java code in Emacs, I'd use it. Otherwise, I haven't found a debugger that is standalone and easy to use and doesn't require me to compile my app in their framework. Does anyone know if there is a way for gdb work with Java code?? On 9/26/06, Benjamin Shine <[EMAIL PROTECTED]> wrote: > > Does anybody use a traditional debugger with breakpoints and stack > traces for debugging the compiler itself? Phill and I were engaged in > some intense code-reading today, which left me wanting to just insert > a breakpoint and get a stacktrace. It's just java, so this should be > possible, at least for standalone lzc, more complicated for attaching > to the servlet. > > -ben > > > _______________________________________________ > Laszlo-dev mailing list > [email protected] > http://www.openlaszlo.org/mailman/listinfo/laszlo-dev > -- Henry Minsky Software Architect [EMAIL PROTECTED] _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
