gpt4 book ai didi

c++ - Visual Studio c++ - 程序在没有调试器的情况下失败,与调试器一起工作正常

转载 作者:行者123 更新时间:2023-11-28 03:48:13 25 4
gpt4 key购买 nike

即使没有断点,当我运行调试器时,我的程序也完全按照预期执行

当我在没有调试的情况下运行时,出现调试错误

"This application has requested the Runtime to terminate it in an unusual way."

有一次,我调用了一个函数来设置一个名为 currCode 的变量(一个整数)

currCode = function();
//this throws debug error

如果我在这一行和下一行之间添加变量 currCode 的 cout,无论有没有调试器,程序都可以正常工作。

currCode = function();
cout << currCode; //this works!

最佳答案

可能会尝试关闭优化,看看您是否仍然遇到问题。

关于c++ - Visual Studio c++ - 程序在没有调试器的情况下失败,与调试器一起工作正常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6699041/

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