从命令行运行调试模式 [英] Run Debug mode from command line

查看:189
本文介绍了从命令行运行调试模式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我想从命令行运行我的项目在调试模式,而不是从visual studio(vs is open)。



提前感谢!



编辑:实际上我想同时初始化我的项目的多个实例(从bat文件)并调试它们 - 而不是按多个F5

解决方案

您可以从命令行启动可执行文件键入他们的(路径和)名称。



您可以稍后使用工具/附加到处理附加到这些实例...


I want to run my project in debug mode from command line, not from visual studio (vs is open)

Is there any parameter to add to the command?

Thanks in advance!

Edit: Actually I want to initialize Multiple instances of my project at the same time (from bat file) and debug them - instead of pressing multiple F5

解决方案

You can start your executables from the command line by just typing their (path and) name.

You can later attach to those instances using Tools/Attach to Process...

这篇关于从命令行运行调试模式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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