Which version are you using? The line numbers match for me locally. Also 
remember that there is a no-AOP flavour of guice which has the AOP code 
stripped out - in this case the line numbers in the bytecode will still match 
exactly with the sources attachment, it just doesn't have the AOP lines any 
more (you'll see ifdef around those lines in the comments).

The no-AOP flavour is for users that don't require the additional overhead 
needed for AOP, such as on Android.

--
Cheers, Stuart

On 21 Sep 2012, at 08:41, Mark Struberg <[email protected]> wrote:

> 
> 
> Hi!
> 
> I need to debug through sisu-guice as I'm searching for a bug.
> 
> Problem I face is that the source and binary of e.g. 
> 
> 
> com.google.inject.internal.MembersInjectorImpl<T>
> 
> 
> 
> doesn't fit together (debugger hitting empty lines and is completely 
> off-method). 
> 
> I already dropped the jars off my local maven repo and forced a reload 
> without luck.
> 
> Where to get the _real_ sources from?
> 
> 
> txs and LieGrue,
> strub
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to