Adding more details so links don't get lost.

Jane (Yuan) Xu
2022-04-01 16:10:30 -04:00
parent 2290d23ab6
commit a34aaa3f8b

@ -73,7 +73,9 @@ Now you can find the pytorch working directory, which could be ~/workspace or ~/
* To run a particular test use the Miniconda Python: `C:\jenkins\miniconda3\python.exe test_profiler.py`
### RDP
To use remote desktop, get a RDP client ([Mac App Store](https://apps.apple.com/us/app/microsoft-remote-desktop/id1295203466?mt=12)) and:
For certain Windows failures, it may be useful to have a full [Remote
Desktop](https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-clients) connection. To use remote desktop, get a RDP client ([Mac App Store](https://apps.apple.com/us/app/microsoft-remote-desktop/id1295203466?mt=12)) and:
1. The Windows EC2 machines only allow SSH connections on port 22, so make a tunnel for the RDP port (default 3389) to your local machine and set a password:
```bash
@ -89,6 +91,8 @@ To use remote desktop, get a RDP client ([Mac App Store](https://apps.apple.com/
3. Connect to it by double clicking, use the username `runneruser` with the password you just created. You should see the remote desktop window open.
* **Old reference**: Detailed instructions [for debugging Windows with SSH on CircleCI](https://github.com/pytorch/pytorch/wiki/Debugging-Windows-with-Remote-Desktop-or-CDB-(CLI-windbg)-on-CircleCI).
## (For META Employees) Debugging using AWS SSM
AWS SSM can be used to log into _any_ currently running EC2 instances whether or not your SSH key has been added to the particular instance.