Hi there, it's been a long time !
The reason I'm here is I encountered a very strange bug with the "debugargs" command. If you open the "vc2010/test_debug_settings.lua" file and modify the function "suite.debuggerCommandArgs_onDebugArgs" like this :
debugargs { "arg1", "arg2", 200, 200, "200" }
prepare()
test.capture [[
<LocalDebuggerCommandArguments>arg1 arg2 200 200 200</LocalDebuggerCommandArguments>
]]
the result is :
<LocalDebuggerCommandArguments>arg1 arg2 200 200</LocalDebuggerCommandArguments>
And if you set { "arg1", "arg2", 200, 200 } then you only get arg1, arg2, 200 ... I tried playing with combinations of numerical and string arguments, and it fails in some strange ways almost everytime. Just wanted to know if someone has encountered this bug before, or has any idea what might be going on ?
Regards,
Damien