merge 48808

This commit is contained in:
Bjorn Munch 2009-11-19 10:19:18 +01:00
commit a9fd7242b5

View File

@ -5099,9 +5099,9 @@ sub debugger_arguments {
{ {
# vc[express] /debugexe exe arg1 .. argn # vc[express] /debugexe exe arg1 .. argn
# Add /debugexe and name of the exe before args # Add name of the exe and /debugexe before args
unshift(@$$args, "/debugexe");
unshift(@$$args, "$$exe"); unshift(@$$args, "$$exe");
unshift(@$$args, "/debugexe");
# Set exe to debuggername # Set exe to debuggername
$$exe= $debugger; $$exe= $debugger;