https://github.com/synergex/synergyunixexpressionevaluator
A repository containing assemblies which are required to enable expression evaluation for Synergy .NET debugging on Unix environments.
https://github.com/synergex/synergyunixexpressionevaluator
Last synced: 8 months ago
JSON representation
A repository containing assemblies which are required to enable expression evaluation for Synergy .NET debugging on Unix environments.
- Host: GitHub
- URL: https://github.com/synergex/synergyunixexpressionevaluator
- Owner: Synergex
- License: mit
- Created: 2022-08-31T23:32:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T17:58:24.000Z (over 1 year ago)
- Last Synced: 2025-08-29T10:49:53.259Z (9 months ago)
- Language: Shell
- Size: 820 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- For unspported distributions, you will need to follow the manual install instructions: https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#manual-install
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