The default port used by the Microsoft Visual Studio 2022 Remote Debugger server is 4026. Update Remote Server Name using the remote debugger name from the target system, including the port number. Set Working Directory to the path to the deployment directory on the target system.
For example, C:\deploy\array-transform.exe. You need Properties window to complete all of the next steps in this section.įor remote debug: under Configuration Properties select Debugging.įrom the Debugger to launch drop-down menu, select Remote Windows* Debugger.įor Remote Command, specify the path to the deployment directory on the target system. To learn more about Microsoft Visual Studio remote debugger, refer to Microsoft documentation.įollow the steps below to set up the remote debugging session for the Array Transform sample: Install Microsoft Visual Studio remote debugger based on the version of Visual Studio installed on your host machine. For Fortran remote debugging, select Intel® Fortran Compiler Runtime for Windows*. You can do this by Installing run-time dependencies and selecting Intel® oneAPI DPC++/C++ Compiler Runtime for Windows* from the list of runtime dependencies. Make sure that runtime dependencies on shared libraries from Intel® oneAPI Toolkits are available on the target system. Target system, where the application is deployed and run. Host system, where Visual Studio and oneAPI toolkits are installed Debug the Host Part of Application Remotely