aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2020-01-13 19:22:50 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2020-01-13 19:22:50 +0200
commitabd9951fb899fcaaba8235ec92088f16d10e3918 (patch)
treec2782956114543cb9536d65ca82342a117686395 /Software/Visual_Studio/PPC/Tango.PPC.Common/Connection
parent9f3968271713394e958ba4829c11014958be44dc (diff)
downloadTango-abd9951fb899fcaaba8235ec92088f16d10e3918.tar.gz
Tango-abd9951fb899fcaaba8235ec92088f16d10e3918.zip
Working on external bridge v2
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Connection')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs
index 6d90ece73..9b818bd9d 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs
@@ -81,7 +81,7 @@ namespace Tango.PPC.Common.Connection
MachineOperator.EnableJobResume = true;
MachineOperator.UseKeepAlive = true;
MachineOperator.EnableMachineStatusUpdates = true;
- MachineOperator.EnableDiagnostics = false;
+ MachineOperator.EnableDiagnostics = true;
MachineOperator.EnableEmbeddedDebugging = settings.EnableEmbeddedDebugLogs;
MachineOperator.EnableAutomaticThreadLoading = settings.EnableAutomaticThreadLoading;