Skip to content

Commit

Permalink
Windows : support vsjitdebugger in MTR's --debugger.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Sep 15, 2017
1 parent a73b55a commit a870099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-test/mysql-test-run.pl
Original file line number Diff line number Diff line change
Expand Up @@ -6230,7 +6230,7 @@ sub debugger_arguments {
$$exe= $debugger;

}
elsif ( $debugger =~ /windbg/ )
elsif ( $debugger =~ /windbg|vsjitdebugger/ )
{
# windbg exe arg1 .. argn

Expand Down

0 comments on commit a870099

Please sign in to comment.