在 OS X 上的 Safari 中远程调试 Java 小程序?

发布于 2024-11-15 23:01:48 字数 325 浏览 2 评论 0原文

我有一个小程序,仅在 Safari 下有问题(在其他地方都可以工作),我需要调试它在 Safari 中运行。

启用远程 Java 调试的参数是

-Djava.compiler=NONE -Xnoagent -Xdebug -Xrunjdwp:transport=dt_socket,address=2502,server=y,suspend=n

但是,OS X 上的 Java Preferences 不允许您为 VM 设置任何参数,而且我找不到其他任何可能允许这样做的地方。

有人知道可以在哪里为 Safari 设置 JVM 标志吗?

I have an applet that is problematic under Safari only (works everywhere else) and I need to debug it running in Safari.

The args to enable remote Java debugging are

-Djava.compiler=NONE -Xnoagent -Xdebug -Xrunjdwp:transport=dt_socket,address=2502,server=y,suspend=n

However, Java Preferences on OS X doesn't allow you to set any args for the VM and I can't find anywhere else that might allow it.

Anyone know where JVM flags can be set for Safari?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

给妤﹃绝世温柔 2024-11-22 23:01:48

这可能取决于您使用的 OSX 版本。

在某些版本中,您应该能够使用 Java Preferences(位于 /Applications/Utilities 中)来执行此操作。在常规选项卡中可以直接看到Java Applet运行时首选项框,或者(取决于版本)在列表中选择虚拟机后(仍然在 >常规选项卡),单击选项...打开一个对话框,用于在Applet运行时参数中设置这些参数。

或者,这里有一些文档:http://support.apple.com/kb/HT3210

It may depend on which version of OSX you're using.

In some versions, you should be able to do this using Java Preferences (in /Applications/Utilities). Either there's a Java Applet Runtime Preferences box directly visible in the General tab, or (depending on the version), after selecting a VM in the list (still in the General tab), clicking on Options... opens a dialog box for setting these parameters in Applet Runtime Parameters.

Alternatively, there is some documentation here: http://support.apple.com/kb/HT3210

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