Loading...
Logo
Processing Forum
Hi All,

I'm looking for a way to monitor the java bytecodes and/or machine instructions as they run in the JVM, kind of like a realtime javap.  This could obviously slow things down significantly, but I'm interested to know if any tools are out there for this kind of monitoring.

Thanks,
Francis

Replies(3)

Hi,

java asm is a good program. I did not use it very much, but i still want to use it for a project.

Greetings, Dippo
There might be some Eclipse plugin able to do that...
Out of curiosity, why do you want that? For learning purpose?
Its just curiosity at this point.