dotnet / dotnet/project-system
Capturing output of the remote application
Open
Feature-Debugging
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
When an application is launched remotely using the VS C# project system, the output/error is not currently available.
Setting 'VsDebugTargetInfo4.fSendToOutputWindow = TRUE;` will capture the output from the remotely launched application and display it int he VS Output window.
related issue: https://github.com/dotnet/project-system/issues/3053
Contributor guide
Assessment
This issue has not been assessed yet.