【问题标题】:Can I use the "Edit and continue" debugger tool in visual studio code?我可以在 Visual Studio 代码中使用“编辑并继续”调试器工具吗?
【发布时间】:2021-07-23 18:12:01
【问题描述】:

是否可以在程序/游戏运行时更改代码?我看了一个视频,它是如何在 Visual Studio 中完成的,但我想知道你是否可以在 vscode 中完成它,而且我使用的是 c++。

【问题讨论】:

  • 不太可能。 VS Code 调用第三方调试器进行调试。您在 Visual Studio 中获得的 IDE、调试器(和编译器)之间不会有相同的紧密集成。

标签: c++ debugging visual-studio-code


【解决方案1】:

简短的回答是否定的。

有关更多一般信息,请参见此处: https://code.visualstudio.com/docs/cpp/cpp-debug

您必须停止调试器,更改代码,保存,然后重新启动。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2011-02-07
    • 1970-01-01
    • 1970-01-01
    • 2010-09-18
    • 1970-01-01
    • 1970-01-01
    • 2016-03-03
    • 1970-01-01
    相关资源
    最近更新 更多