开发者

How can I trace through a JVM program given only the class files?

开发者 https://www.devze.com 2023-02-07 01:06 出处:网络
Is there a 开发者_开发问答way to trace through a program given only the class files (not the debug version of the class files)?I guess that\'s possible. I just made a simple Fibonacci code, compiled i

Is there a 开发者_开发问答way to trace through a program given only the class files (not the debug version of the class files)?


I guess that's possible. I just made a simple Fibonacci code, compiled it using "-g:none" (so no debugging info generated), then trace using this.

You can see the invocation tree there.

0

精彩评论

暂无评论...
验证码 换一张
取 消