gpt4 book ai didi

c++ - 使用 Visual C++ 在单独的文件中提取调试信息

转载 作者:行者123 更新时间:2023-11-30 04:11:53 26 4
gpt4 key购买 nike

我想从我的二进制文件中提取调试信息并将其存储到一个单独的文件中,以备日后需要调试时使用。

使用 gcc 工具链,我将按如下方式进行:

objcopy --only-keep-debug foo foo.debug     # extract debug info to food.debug
stripg -g foo # clean binary
objcopy --add-gnu-debug-link=foo.debug foo # add .gnu_debuglink section

在 Visual C++ 上是否有任何等效项?我读到了 How to: Debug a Release Build但这不是我想要的,因为我必须交付没有任何调试信息的最终版本。

最佳答案

Visual C++ 已经将其调试信息存储在单独的文件中 (the .pdb files)。

关于c++ - 使用 Visual C++ 在单独的文件中提取调试信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20045601/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com