Devenv / debugexe [英] Devenv /debugexe

查看:121
本文介绍了Devenv / debugexe的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在使用Visual Studio 2015调试应用程序。


当我使用devenv / Debugexe file.sln时,它会创建一个Visual Studio 2015的实例,但它带来了一个名为file的项目但它什么都没包含。为什么这样,我怎么能开始使它工作?

解决方案

根据文件,您应指定可执行文件的名称或路径,例如:


   devenv / DebugExe MyProgram.exe



   devenv / DebugExe" C:\ My Folder \ MyProgram.exe"


 


I am currently using Visual Studio 2015 to debug an application.

When I use devenv /Debugexe file.sln, it creates an instance of Visual studio 2015 but it brings up a project called file but it contains nothing. Why is that and how could I start make it work?

解决方案

According to documentation, you should specify the name or path of an executable, for example:

   devenv /DebugExe MyProgram.exe

or

   devenv /DebugExe "C:\My Folder\MyProgram.exe"

 


这篇关于Devenv / debugexe的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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