Skip to content

Commit

Permalink
Forgot to comment out a "Debugger.Break()" statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven De Kock committed Aug 18, 2011
1 parent d20049b commit d88c770
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public override TaskResult Finish(TaskExecutionNode node)

public override void ExecuteRecursive(TaskExecutionNode node)
{
Debugger.Break();
//Debugger.Break();

var assemblyProviders = new IAssemblyTaskProvider[]
{
Expand Down

0 comments on commit d88c770

Please sign in to comment.