java - remote debug without source code -
I'm connecting to remote jvm and debugging it. Some classes are generated in runtime and eclipse can not move through such classes.
How do I debug such classes without source code? I want to take steps through at least such classes through byte codes.
Thank you
I would suggest, BTrace has been using a dynamic Java program dynamically Can be used to trace (similar to OpenSolaris applications and DTS for OS) Injects the target application's cells dynamically to inject the tracing code ("bytecode tracing").
In a world, write a betas script, specify the target method with annotation, then you can locate the data and behavior < P>
Comments
Post a Comment