如何使用 JavaSnoop 附加到 Java 小程序?
我正在对一个文档记录不佳的 Java 小程序进行故障排除,并希望使用 JavaSnoop 附加到它,以实际查看哪些参数被传递到某些方法调用中。我可以成功附加到 jar 文件中本地运行的 Java 应用程序,但无法附加到小程序来工作。
我一直假设您单击“附加和监听进程...”,运行该小程序,然后应该在列表中看到该小程序的进程。当我运行任何小程序时,我在这个列表中什么也没有得到。我是不是少了一步?
我也愿意接受其他方法来挂钩方法调用以读取其参数。
I am troubleshooting a poorly documented Java applet and would like to attach to it with JavaSnoop to actually see what arguments are being passed into certain method calls. I can successfully attach to a locally run Java application in a jar file, but cannot get attachment to an applet to work.
I have been assuming you click "Attach & Snoop Process...", run the applet, and then should see that applet's process in the list. I get nothing in this list when I run any applet. Am I missing a step?
I am also open to alternative ways to hook the method call to read its arguments.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
扩展小程序和方法。嵌入扩展小程序。在扩展方法中,记录参数。
Extend the applet and method. Embed the extended applet. In the extended method, log the arguments.