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
# 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;