我试图在Visual Studio 15中打开(和调试)mysql源代码 . 我已经构建了源代码 . 但是当我在其中打开innobase项目进行调试时,它显示出上述错误 .

我试过以下事情:

  • 确保在所有程序集上设置调试配置,调试标志和完整调试信息 .

  • 在Debug / General设置中禁用"Just My Code"选项 .

  • 无法't find obj or bin folder to delete them. However tried deleting all the .obj files but didn' t工作 .

  • 使用chkMatch工具确保mysql.exe和mysql.pdb匹配 .

  • 添加了正确的路径来加载符号 .

  • 在调试模式下打开项目 .

  • 尝试更改调试信息格式 .

目前,对于加载的所有模块(包括mysql.exe),符号状态为'symbol loaded' . 但仍然没有突破点 .
enter image description here