Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Re: Debugging with eclipse

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Vinicius Carvalho wrote:
| Well thanks for your help, but it didn't work :( I'm still getting no
|  variables at my debug window. This is a major impact in our team.
| I'm loving AspectJ but because of that it was refused to be used in
| production as our team won't be available to debug their code. Maybe
| in the future versions ...
|

Hello Vinicius,

maybe I misinterpreted your problem but --
the behaviour I know is: indeed sometimes you don't get the variables
at the first hit of a breakpoint, but after some steps you get all
variables and are able to work normally with the debugger. Ok. when
you are in advice code, things can be sometimes confusing, but at the
moment you enter a stack frame belonging to normal java code, everything
works as usual. So, in most practical cases this behavior is a bit
annoying, but no real problem.
Maybe you found a bug or there is some sort of misconfiguration?

Did you set your breakpoint in standard java code and then stepped
into adivce code?
Or did you set your breakpoint in advice code? If so, when your
advice calles a normal java method and you step into this method,
can you access your variables from within this normal java method?

greetings,
Hermann

- --



- ---------------------------------------------------------------
Hermann Voßeler
Baader Wertpapierhandelsbank AG / IT
Weihenstephaner Straße 4
D-85716 Unterschleißheim
Internet: www.baaderbank.de
- ---------------------------------------------------------------

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFCpdFrZbZrB6HelLIRAvWuAJ0RjrVjku9jr3gwAW64b+0Mvy4ZRgCghH6u
FkoHK3hGLaJ8kQtATN3Q2oY=
=mPAZ
-----END PGP SIGNATURE-----


Back to the top