如何从远程桌面连接客户端查看 Java 线程。Ctrl-break 不起作用
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/115508/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to see Java threads from Remote Desktop Connection Client. Ctrl-break not working
提问by
I am connecting to a Windows XP machine via Microsoft's Remote Desktop Connection Client, version 2.0.0 Beta 3, running on a Mac. On the Windows machine there is a Java console running, where I want to send a Ctrl-Break so I can see the Java threads running.
我通过在 Mac 上运行的 Microsoft 的远程桌面连接客户端(版本 2.0.0 Beta 3)连接到 Windows XP 机器。在 Windows 机器上有一个 Java 控制台正在运行,我想在其中发送一个 Ctrl-Break 以便我可以看到运行的 Java 线程。
According to the RDC help, Alt/Option-F3 is break, but Ctrl-Opt-F3 and various other combinations do not have an effect.
根据RDC的帮助,Alt/Option-F3是break,但是Ctrl-Opt-F3和其他各种组合没有效果。
Any ideas on how to send a Ctrl-Break?
关于如何发送 Ctrl-Break 的任何想法?
回答by Kolten
Hit CTRL+ALT+END instead.
改为按 CTRL+ALT+END。
回答by Kolten
Still would like to see a way to send Ctrl-Break from a Mac Book Pro to a Windows machine via RDP for Mac. Trying the default key assignment (Option-F3) doesn't work and re-assigning the key doesn't seem to work either. If anybody has successfully sent a Ctrl-Break using the RDP client on a Mac, I'd love to hear how you did it. Google searches have been fruitless so far.
仍然希望看到一种通过 RDP for Mac 将 Ctrl-Break 从 Mac Book Pro 发送到 Windows 机器的方法。尝试默认键分配(Option-F3)不起作用,重新分配键似乎也不起作用。如果有人在 Mac 上使用 RDP 客户端成功发送了 Ctrl-Break,我很想听听您是如何做到的。到目前为止,谷歌搜索一直没有结果。
回答by Kolten
I don't know if this help anyone, but i was trying to debug a vba project and had this same problem. That is how i ended up here to begin with. I used the "On-Screen Keyboard" in Accessories->Accessibility
我不知道这是否对任何人有帮助,但我试图调试一个 vba 项目并遇到了同样的问题。这就是我如何结束这里的开始。我在“附件”->“辅助功能”中使用了“屏幕键盘”
Hope this helps someone.
希望这可以帮助某人。
回答by mike
Ctrl-Alt-Enddoesn't work on a macbook: no Endkey. The "On-Screen Keyboard" did the trick though. Thanks!
Ctrl- Alt-End在 macbook 上不起作用:没有End钥匙。“屏幕键盘”虽然成功了。谢谢!
回答by andrew
I tried all the options given above but none worked for me. Eventually managed to access break the VBA code execution with:
我尝试了上面给出的所有选项,但没有一个对我有用。最终设法通过以下方式访问中断 VBA 代码执行:
fn + Esc
For reference I'm using: Macbook Air with OS X 10.7.2 Via Microsoft Remote Desktop Connection Client for Mac version 2.1.0 Accessing Windows 7 Enterprise running on VMWARE
作为参考,我正在使用:Macbook Air with OS X 10.7.2 Via Microsoft Remote Desktop Connection Client for Mac version 2.1.0 Accessing Windows 7 Enterprise running on VMWARE
回答by Anders
I needed to send a BREAK (which on my laptop is FN+Page Down) - this was to break VBA code running in Excel. When RDPing from a Mac I used fn+F14 - got this via trial and error.
我需要发送一个 BREAK(在我的笔记本电脑上是 FN+Page Down)——这是为了破坏在 Excel 中运行的 VBA 代码。当从 Mac 进行 RDPing 时,我使用了 fn+F14 - 通过反复试验得到了这个。