今天一个VC6的项目,在做调试时遇到了不能调试的问题,其提示信息是:
does not contain debug information. Press OK to Continue
找了一些资料,常规的解决办法是:
检查一:
- Open your project (or workspace...)
- From menu bar: Build->Set Active Configuration... - make sure the Win32 Debug option is selected.
- From menu bar: Build->Rebuild All
检查二:
-
在project->setting->link->category:Debug中选中Debug Info,选中Microsoft format 。
- 在project->setting->c/c++->category:General中,Debuginfo选择 program database或者program database for edit and continue.
检查三:
在project->setting->Debug中 Executable for debug session的路径 ,对应的路径应该与:project->setting->link->category:General中的Output file name的路径一致。前者为绝对路径,后者可以是相对路径。
我的情况适用于检查三,由于更改了第一个路径,在Debug时,运行的是以前项目路径下生成的不可Debug的EXE文件,因此不管如何设置,都产生了"does not contain debug information. Press OK to Continue"的错误。
分享到:
相关推荐
### mybatisMapped报错 Statements collection does not contain value for 在使用MyBatis框架进行数据库操作时,可能会遇到“Mapped Statements collection does not contain value for”这样的错误提示。这通常...
The error is " List (Error) Dictionary.getNumber: Dictionary does not contain key:constant." Would be generous to take some time out and help me correct the error? 我无法纠正代码中的错误。错误如下 ...
然而,开发者们时常会遇到各种各样的错误,其中“SDK does not contain 'libarclite' at the path”是一个常见的问题,主要与Apple的Automatic Reference Counting (ARC)机制有关。本文将深入探讨这个错误的原因、...
标题中的问题"SDK does not contain 'libarclite'"指的是某个SDK缺少一个名为`libarclite`的库文件。这可能是一个错误或者是因为SDK未完整安装或配置不当导致的。 `libarclite`是一个特定的库,尤其在Android开发中...
- Check that Maven settings.xml does not contain http repositories - Check that Maven pom files do not contain http repository ----- - Check that Maven pom files do not contain http repository ----- -...
问题一:Android Studio报错:SDK does not contain any platforms. 解决方法:本地SDK应放到名为platforms的外层文件夹内。 例子:D:\SDK\platforms… (选择路径时选取到SDK文件夹即可) 问题二:Android SDK ...
ILSpy.exe是一款强大的开源反编译工具,专为.NET Framework和.NET Core应用程序设计。它允许开发者查看、理解和分析编译后的.NET程序集的内部结构,包括IL(中间语言)代码、元数据、类、方法、属性和事件等。...
clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a'; try increasing the ...
在介绍文档“AEL with PDIv2.pdf”中所提供的知识点之前,我们需要先明确几个关键术语:Pentaho、AEL、Spark、Kettle,以及它们在数据集成和处理中的作用。 Pentaho是一个企业级的开源商业智能套件,提供了数据集成...
Android NDK环境搭建及遇到的问题详解,我就是看它搭建JNI开发环境的。
xcode 运行支持的arc文件,报错信息:SDK does not contain 'libarclite'
解决 Xcode 14.3,Xcode 15 旧项目可能报错 SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphone...
StampVer was written to allow easy stamping of a build number into the version resource of a Win32 executable. This build number can be specified on the command line, or via a response file. If...
CloudCompare是一款开源的3D点云比较和处理工具,它提供了丰富的功能,包括点云的可视化、比较、编辑、导出等。CMake则是一种跨平台的自动化构建系统,用于管理项目的构建过程,使得在不同操作系统和编译器环境下...
GSL(GNU Scientific Library)是开源社区开发的一个强大的数学、统计和物理计算库,它为C和C++程序员提供了大量的科学算法。版本2.5包含了丰富的功能更新和优化,使得这个库在各种科学计算场景中更为可靠和高效。...
全网少有的:aws-sdk-cpp版本:1.11.4(x64)系统:vs2019 release debug编译好的结果
xcode真机调试文件14.3 DeviceSupport iOS 14.3 真机调试文件 位置/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
(HEX File), then press [F10] to start the program. The software then starts writing the main program to the transceiver flash memory. Use this function for tasks such as upgrading the transceiver. ...
PDFBox是Apache软件基金会的一个开源Java库,用于处理PDF(Portable Document Format)文档。这个库提供了许多功能,包括创建、编辑、阅读、提取文本和图像,以及签署PDF文档。在这个场景中,我们讨论的是PDFBox的...
MyBatis通用插件自动生成代码器是一种高效实用的开发工具,主要针对MyBatis框架进行设计,旨在简化开发过程中的代码编写工作。通过这款插件,开发者可以快速地生成与数据库表对应的实体类(Entity)、接口(Mapper)...