Skip to content

Commit

Permalink
Update VBScript.sublime-build
Browse files Browse the repository at this point in the history
Add Variant to invoke the debugging option of CScript
  • Loading branch information
CrashM committed Mar 31, 2016
1 parent 4fec72d commit b7d3dd3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion VBScript.sublime-build
Expand Up @@ -16,6 +16,13 @@
{
"cmd": ["wscript.exe", "$file"]
}
},
{
"name": "Debug with CScript",
"windows":
{
"cmd": ["cscript.exe", "//x", "//d", "$file"]
}
}
]
}
}

0 comments on commit b7d3dd3

Please sign in to comment.