问题描述
我在VS2008 VCInstallDir树中基于SmartDeviceAppWizard构建了一个自定义C ++ AppWizard.当我单击新建项目"时,将显示向导.但是,当我浏览所有页面时,我会在一个或另一个地方出现错误.
I built a custom C++ AppWizard based on the SmartDeviceAppWizard in the VS2008 VCInstallDir tree. The wizard is displayed when I click on New Project. But when I click through all the pages I get an error at the one or another place.
症状1:我可以看到创建项目'foo'...项目创建失败."在状态栏中.没有显示其他页面.
Symptom 1: I can see "Creating project 'foo'... project creation failed." in the status bar. No further pages are displayed.
症状2:第一步成功.我浏览所有页面.但是创建的项目没有添加任何文件,需要添加与Templates.inf相对应的文件.
Symptom 2: The first step succeeded. I go through all pages. But the created project has no files added the needs to be there corresponding to Templates.inf.
如何在HTML页面和js文件中的脚本上附加调试器?
How can I attach a debugger to the scripts inside the HTML pages and js files?
推荐答案
http://msdn.microsoft.com/en-us/library/dd565625(VS.85).aspx
注意:在调试JScript时,无法使用本机代码执行混合模式调试.
Note:When you are debugging JScript, you cannot perform mixed-mode debugging with native code.
您可以参考更多信息:
http://msdn.microsoft.com/en-us/library/90bsfska(VS.90).aspx
这篇关于调试VS2008 C ++ AppWizard的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!