I haven't had any trouble. I can set breakpoints in the interceptors or the classes them selves. The only trick is to tell your debugger to ignore generated classes. IntelliJ does this pretty much automatically, but others might need some configuration. In most cases you can exclude specific packages or name patterns.
-bp On Sep 5, 2008, at 1:40 AM, Anthony MULLER wrote: > Hello ! > > Another question... It is quite difficult to debug code when objetcs > have been subclassed by Guice to handle interceptions... How do you > do to debug them efficiently? > > Thanks ! > Anthony > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-guice?hl=en -~----------~----~----~----~------~----~------~--~---
