如何使用 JavaSnoop 附加到 Java 小程序?

发布于 2024-12-18 18:58:45 字数 246 浏览 0 评论 0原文

我正在对一个文档记录不佳的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

放我走吧 2024-12-25 18:58:45

..挂钩方法调用以读取其参数的替代方法。

扩展小程序和方法。嵌入扩展小程序。在扩展方法中,记录参数。

..alternative ways to hook the method call to read its arguments.

Extend the applet and method. Embed the extended applet. In the extended method, log the arguments.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文