`

does not contain debug information. Press OK to Continue

阅读更多

今天一个VC6的项目,在做调试时遇到了不能调试的问题,其提示信息是:

 

does not contain debug information. Press OK to Continue

 

 

找了一些资料,常规的解决办法是:

检查一:

 

  1. Open your project (or workspace...)
  2. From menu bar: Build->Set Active Configuration... - make sure the Win32 Debug option is selected.
  3. From menu bar: Build->Rebuild All
检查二:

 

  1. 在project->setting->link->category:Debug中选中Debug Info,选中Microsoft format 。
  2. 在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

    ### mybatisMapped报错 Statements collection does not contain value for 在使用MyBatis框架进行数据库操作时,可能会遇到“Mapped Statements collection does not contain value for”这样的错误提示。这通常...

    GEE错误-Dictionary does not contain key constant.pdf

    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'

    标题中的问题"SDK does not contain 'libarclite'"指的是某个SDK缺少一个名为`libarclite`的库文件。这可能是一个错误或者是因为SDK未完整安装或配置不当导致的。 `libarclite`是一个特定的库,尤其在Android开发中...

    xcode报错SDK does not contain 'libarclite' at the path

    然而,开发者们时常会遇到各种各样的错误,其中“SDK does not contain 'libarclite' at the path”是一个常见的问题,主要与Apple的Automatic Reference Counting (ARC)机制有关。本文将深入探讨这个错误的原因、...

    apache-maven-3.5.4

    - 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的方法

    问题一:Android Studio报错:SDK does not contain any platforms. 解决方法:本地SDK应放到名为platforms的外层文件夹内。 例子:D:\SDK\platforms… (选择路径时选取到SDK文件夹即可) 问题二:Android SDK ...

    反编译工具ILSpy.exe

    ILSpy.exe是一款强大的开源反编译工具,专为.NET Framework和.NET Core应用程序设计。它允许开发者查看、理解和分析编译后的.NET程序集的内部结构,包括IL(中间语言)代码、元数据、类、方法、属性和事件等。...

    AEL with PDIv2.pdf

    在介绍文档“AEL with PDIv2.pdf”中所提供的知识点之前,我们需要先明确几个关键术语:Pentaho、AEL、Spark、Kettle,以及它们在数据集成和处理中的作用。 Pentaho是一个企业级的开源商业智能套件,提供了数据集成...

    xcode 15 找不到libarclite 等文件

    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 ...

    Android NDK环境搭建及遇到的问题详解

    Android NDK环境搭建及遇到的问题详解,我就是看它搭建JNI开发环境的。

    StampVer

    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...

    iOS Xcode SDK does not contain 'libarclite'

    然而,在使用Xcode开发iOS应用时,开发者可能会遇到一个特定的错误信息:“SDK does not contain 'libarclite'”,这个错误通常与Xcode环境配置或项目设置相关。 错误“SDK does not contain 'libarclite'”表明...

    CloudCompare源代码以及使用CMake进行编译

    CloudCompare是一款开源的3D点云比较和处理工具,它提供了丰富的功能,包括点云的可视化、比较、编辑、导出等。CMake则是一种跨平台的自动化构建系统,用于管理项目的构建过程,使得在不同操作系统和编译器环境下...

    libarclite-arc

    解决 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...

    GSL( GNU Scientific Library) 2.5 含源代码及CMake工程 和已编译库dll,lib

    GSL(GNU Scientific Library)是开源社区开发的一个强大的数学、统计和物理计算库,它为C和C++程序员提供了大量的科学算法。版本2.5包含了丰富的功能更新和优化,使得这个库在各种科学计算场景中更为可靠和高效。...

    建伍378G写频软件

    (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. ...

    14.3(FromXcode_12.3_beta_xip).zip

    xcode真机调试文件14.3 DeviceSupport iOS 14.3 真机调试文件 位置/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

    pdfbox jar包

    PDFBox是Apache软件基金会的一个开源Java库,用于处理PDF(Portable Document Format)文档。这个库提供了许多功能,包括创建、编辑、阅读、提取文本和图像,以及签署PDF文档。在这个场景中,我们讨论的是PDFBox的...

    MyBatis通用插件自动生成代码器

    MyBatis通用插件自动生成代码器是一种高效实用的开发工具,主要针对MyBatis框架进行设计,旨在简化开发过程中的代码编写工作。通过这款插件,开发者可以快速地生成与数据库表对应的实体类(Entity)、接口(Mapper)...

    OpenCore-0.7.6

    OpenCore 是一个现代的引导加载器,用于在MacOS系统上实现启动自定义硬件或进行系统升级。OpenCore 0.7.6 版本是该软件的一个特定迭代,提供了许多改进和修复,以增强其稳定性和兼容性。在这个版本中,我们可以期待...

Global site tag (gtag.js) - Google Analytics