maybe you should use jdi (java debugging interface) instead of bcel. i
think you can cause it to send you events whenever a method is entered
or exited.
aldib wrote:
Hi,
Im new to BCEL and I was wondering if someone could help me with this.
Im looking for a way of monitoring the call stack. I would like somehow to register some kind of listener with stack that gets notified whenever the stack is changed.
Does anybody know if its possible to use BCEL for this? Maybe instrumenting the
Classloader?
Thanks
Alessandro
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]