网络执行文件路径;调试任务的可执行文件 网络释义
1 另外创建一个exe工程,对应的调用我们要调试的dll文件。在本例中我创建了一个TestDll.exe文件调用dll 2 打开project->seting->debug 3 找到刚才的TestDll.exe作为调试程序。4 点击ok现在再调试就没问题了。
创天对”Executable for debug session“的翻译就是:可执行调试对话
创建一个exe工程,对应的调用我们要调试的dll文件。在本例中我创建了一个TestDll.exe文件调用dll 打开project->seting->debug 找到刚才的TestDll.exe作为调试程序。点击ok现在再调试就没问题了。
点击菜单Project(中文版可能叫工程)->setting(设置) 可以看到一个对话框,左边Setting For要选Win32 Debug模式,Setting For下面是一个树形列表,显示的所有工程信息,选择一个你要调试的工程(不需要打开选择下面的.h,.cpp文件)右边点击Debug主要设置三个地方:Catagory:GeneralExecutable for debug session:...
a附件中的照片是破损件在第一次发运时拍的 In the appendix picture is the breakage when first shipping out pats[translate] a我希望我不会过分打扰你 正在翻译,请等待...[translate] aplease specify the executable file for the debug session 为调试会议请指定可执行文件[translate]...
This dialog box appears when you try to debug a DLL for which no executable is specified. Visual Studio cannot launch a DLL directly. Instead, it will launch the specified executable. You can debug the DLL when it is called by the executable. ...
欢迎阅读『setting中executable for debug session对话框』 /*旋转立方体*/ 昵称: 渔阳俊俊 园龄: 5年4个月 粉丝: 3 关注: 4 +加关注 < 2025年1月 > 日一二三四五六 29 30 31 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31...
However, while trying to support projects in sub-folders (and unit testing, which works differently to debugging on the device) I've discovered that I need to know theprogramand/orcwdfor the session being launched in order to know which of the debuggers to launch. ...
这个问题看起来像是你把当前项目设到一个DLL之类的东西上了,它本身不能执行。你要告诉VC一个会调用...