2010/5/23 Przemysław Wojnowski <espera...@cumego.com> > Hi. > Maybe i'm missing something, but, at least for me, it would be nice to > be able to start jdibug easly (from jdee mode). Simple use case is that > user is developping some class, sets breakpoint and wants to start app > in debug mode to debug current method. Is there a simple way to do it in > jdibug? IMHO this is the most common use case. >
It's fairly straightforward to do this, but more complex than with JDEbug or the jdb interface. You have to configure JDEE to include parameters to act as a server for a debugger connection. (That only needs to be done once.) Then you run your program (C-c C-v C-r), wait for it to start and connect (C-c C-c C-c). That's slightly more complicated than the built-in method (C-c C-v C-d) but not overly complicated. It looks like I could tie in with the built-in method by defining a debugger class for JDIbug (assuming there was an option to select that instead of just JDEbug and jdb). Troy > If it could be started more easly, then it would have a bigger user > base. > > Regards, > Przemek >
------------------------------------------------------------------------------
_______________________________________________ jdee-devel mailing list jdee-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jdee-devel