# Run as Administrator on remote machine New-NetFirewallRule -DisplayName "VS2022 Remote Debugger" ` -Direction Inbound -Protocol TCP -LocalPort 4026 -Action Allow
Enter the remote machine's name and port in the box. Select the process you want to debug and click Attach . NET or C++? remote debugger visual studio 2022
# Run as Administrator on remote machine New-NetFirewallRule -DisplayName "VS2022 Remote Debugger" ` -Direction Inbound -Protocol TCP -LocalPort 4026 -Action Allow
Enter the remote machine's name and port in the box. Select the process you want to debug and click Attach . NET or C++?