带参数如何调试?
如
server.exe是程序
server /hmode
/hmode传入argv,
这个在VS2005中如何调试,调试F5是直接进去调试了,没法带参数进去,怎么办?
[解决办法]
Project -> ... Properties -> Configuration Properties -> Debugging -> Command Arguments
输入/hmode
发布时间: 2012-02-19 19:43:38 作者: rapoo
带参数如何调试?
如
server.exe是程序
server /hmode
/hmode传入argv,
这个在VS2005中如何调试,调试F5是直接进去调试了,没法带参数进去,怎么办?
[解决办法]
Project -> ... Properties -> Configuration Properties -> Debugging -> Command Arguments
输入/hmode