Troy Daniels <udalrich.scher...@gmail.com> writes:

> 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

Hi Troy, 

Thanks for maintaining jdibug. I have been a jdibug users for a
while. Jdibug was one of the reasons that I could use emacs as Java IDE
instead of Eclipse.

I am developing J2EE web application, debug information is configured
in application server. So the configuration for using jdibug is pretty
simple for me, just set jdibug-connect-hosts.

But the configuration is not that straight forward for even debug a
simple HelloWorld java class. If jdibug can provide a simple interface
for configuration and start debugger, it will encourage more users to
give a try. For example, just provide a simple function to set up
vm-args, run program and start debugger. 

Regards, 
Lei



>  
>
>     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

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
jdee-devel mailing list
jdee-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jdee-devel

Reply via email to