Skip to content

Commit 6c0a910

Browse files
committed
Deactivate debugger.
1 parent b3c1780 commit 6c0a910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoadBinaryPluginExt.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public override bool Initialize(IPluginHost host)
2727
{
2828
Contract.Requires(host != null);
2929

30-
System.Diagnostics.Debugger.Launch();
30+
//System.Diagnostics.Debugger.Launch();
3131

3232
if (host == null)
3333
{

0 commit comments

Comments
 (0)