Skip to content

Commit

Permalink
Enable MDA
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck committed Oct 31, 2017
1 parent 241e141 commit a452b37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public override bool EnableManagedDebuggingAssistants {
}
}
}
bool enableManagedDebuggingAssistants = false;
bool enableManagedDebuggingAssistants = true;

public override bool HighlightChangedVariables {
get {
Expand Down

0 comments on commit a452b37

Please sign in to comment.