Skip to content

Commit

Permalink
fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Fischer committed Mar 2, 2018
1 parent 5200b2b commit 443f869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DebugAdapter/VSDebugSession.cs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public class VSDebugSession : ICDPListener, IDebuggeeListener {
Utilities.LogMessageToFile("Associated thread: " + jThread.body.threads[ti].id + " -> " + debugee);
}
}
} catch(Exception e) {
} catch(Exception /*e*/) {
//Utilities.LogMessageToFile("Exception in VSDebuggeeMessage: " + e);
}
toVSCode.SendJSONEncodedMessage(json);
Expand Down

0 comments on commit 443f869

Please sign in to comment.