Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 970 Bytes

File metadata and controls

10 lines (9 loc) · 970 Bytes

SynergyUnixExpressionEvaluator

A repository containing assemblies which are required to enable expression evaluation for Synergy .NET debugging on Unix environments.

How to use:

  1. Ensure that dotnet is installed in the Unix environment. The following link contains information about how to install .NET depending on your Unix distribution: https://learn.microsoft.com/en-us/dotnet/core/install/linux
  2. After .NET is installed, ensure an initial remote debugging has been done from Visual Studio to the Unix environment, which should create folder: $HOME/.vs-debugger/vs2022
  3. Checkout or copy this repository to the Unix environment
  4. Run CopyDebuggerFiles.sh
  5. Expression evaluation should be enabled when remote debugging Synergy .NET programs running in the UNIX environment