SYNNET_DEBUG
Enable debugging for the Synergy .NET assembly API
WTSupported in traditional Synergy on Windows
|
|
|
|
The SYNNET_DEBUG environment variable enables debugging for the Synergy .NET assembly API.
Value
If the SYNNET_DEBUG environment variable is set to a value of 1 when the first assembly is loaded, debugging will be enabled.
Discussion
When debugging is enabled, debug messages are logged using the OutputDebugString Windows API function. You can view these messages using Visual Studio, other compatible C-level debuggers, or the DebugView program from technet.microsoft.com/en-us/sysinternals/bb896647.
Setting location
Inherited from the parent process environment; in the [synergy], [dbr], or [myprog] section of synergy.ini (where myprog is any .dbr file); or set explicitly using the SETLOG routine before loading the first assembly.
Used by
Synergy .NET assembly API
See also
Examples
SYNNET_DEBUG=1