I am connecting to a remote jvm and debug it. Some classes are generated in runtime and eclipse can not step through such classes.
How can I debug such classes without source code? I want at least to be able to step through bytecode of such classes.
Thanks