We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c1780 commit 6c0a910Copy full SHA for 6c0a910
LoadBinaryPluginExt.cs
@@ -27,7 +27,7 @@ public override bool Initialize(IPluginHost host)
27
{
28
Contract.Requires(host != null);
29
30
- System.Diagnostics.Debugger.Launch();
+ //System.Diagnostics.Debugger.Launch();
31
32
if (host == null)
33
0 commit comments