Zach
unread,Dec 2, 2007, 9:22:39 PM12/2/07Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-guice
I'm using Guice 1.0, jdk 1.6.0_03 and Eclipse 3.3. I have a class
that gets some parameters injected into its constructor. If I set a
breakpoint anywhere in that class and try to debug my app, Eclipse
gives me the following error:
Unable to install breakpoint in MyClass$$FastClassByGuice$$74057a1c
due to missing line number attributes. Modify compiler options to
generate line number attributes.
I even downloaded the Guice 1.0 source and modified the javac in the
compile target of common.xml to include debug information (debug="on"
debuglevel="lines,vars,source") but I still get the error.
So is it impossible to set breakpoints in, and debug, any classes that
Guice injects into?