在Visual Studio中使用命令行参数进行调试 [英] Debugging with command-line parameters in Visual Studio

查看:1155
本文介绍了在Visual Studio中使用命令行参数进行调试的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Visual Studio中开发一个C ++命令行应用程序,需要使用命令行参数进行调试。目前我只是运行生成的EXE文件与我需要的参数(像这样 program.exe -file.txt ),但这种方式我不能调试。是否在某个地方可以指定调试的参数?

I'm developing a C++ command-line application in Visual Studio and need to debug it with command-line arguments. At the moment I just run the generated EXE file with the arguments I need (like this program.exe -file.txt) , but this way I can't debug. Is there somewhere I can specify the arguments for debugging?

推荐答案

是的,它在项目的属性页的调试部分

Yes, it's on the Debugging section of the properties page of the project.

在VS 2008,2010,2012,2013或2015年,右键单击项目,选择属性,转到调试部分 - 命令参数。

In VS 2008, 2010, 2012, 2013 or 2015, right-click the project, choose properties, go to the Debugging section -- there is a box for "Command Arguments".

这篇关于在Visual Studio中使用命令行参数进行调试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆