Bug #48808 mysql-test-run.pl --debugger=devenv does not work
Wrong argument order, fixed
This commit is contained in:
parent
052688855e
commit
eb2ad909d4
@ -5086,9 +5086,9 @@ sub debugger_arguments {
|
||||
{
|
||||
# vc[express] /debugexe exe arg1 .. argn
|
||||
|
||||
# Add /debugexe and name of the exe before args
|
||||
unshift(@$$args, "/debugexe");
|
||||
# Add name of the exe and /debugexe before args
|
||||
unshift(@$$args, "$$exe");
|
||||
unshift(@$$args, "/debugexe");
|
||||
|
||||
# Set exe to debuggername
|
||||
$$exe= $debugger;
|
||||
|
Loading…
x
Reference in New Issue
Block a user