up vote 1 down vote favorite
share [g+] share [fb]

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.

According to the RDC help, Alt/Option-F3 is break, but Ctrl-Opt-F3 and various other combinations do not have an effect.

Any ideas on how to send a Ctrl-Break?

Thanks!

link|improve this question
Not programming related – OscarRyz Nov 5 '09 at 3:13
feedback

7 Answers

Hit CTRL+ALT+END instead.

link|improve this answer
Excellent! I was looking just for that combination! +1 to you, sir :) – VonC Sep 22 '08 at 15:34
feedback

This is a good reference....

http://www.codinghorror.com/blog/archives/000570.html

link|improve this answer
feedback

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.

link|improve this answer
I would like to know this as well! – Michael Pryor Nov 17 '08 at 4:32
feedback

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

Hope this helps someone.

link|improve this answer
feedback

try ctrl + F15, work for me

link|improve this answer
feedback

I tried all the options given above but none worked for me. Eventually managed to access break the VBA code execution with:

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

link|improve this answer
feedback

Ctrl-Alt-End doesn't work on a macbook: no End key. The "On-Screen Keyboard" did the trick though. Thanks!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown