c++ - 如何在 Visual Studio Code 中的 ubuntu 上的应用程序调试 c OpenGl 期间显示光标

标签 c++ ubuntu visual-studio-code opengl glfw

window = glfwCreateWindow(winW, winH, "TestApp", NULL, NULL);
调用该命令后,鼠标光标消失。在此命令之后触发断点时,我无法完全使用调试。如何显示光标?

最佳答案

也许是新的 v1.67 设置:Debug: Focus Editor on Break默认情况下启用。

Controls whether the editor should be focused when the debugger breaks.


会有所帮助。
来自 When a breakpoint is hit, the caret (cursor) should move to that line

关于c++ - 如何在 Visual Studio Code 中的 ubuntu 上的应用程序调试 c OpenGl 期间显示光标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71886410/

相关文章:

visual-studio-code - 更改 '[Dart] The value of the field ' _lectures'未使用'的颜色警告

html - CSS 文件不会在 React JS 中加载

Java 在 C++ 中的 "public static final Object"

c++ - 在 C++ 中获取操作系统版本的最佳跨平台方式

ubuntu - 如何更新对现有 ImageMagick 的依赖

ubuntu - 我如何解决 `The following packages have unmet dependencies`

ubuntu - 如何在 ubuntu 上安装 go 和 goisntall for doozer install

c++ - socket select() 创建一个线程并且 close() 不结束线程

c++ - C++中静态声明的结构的范围是什么

git - 如何在 VS Code 终端上使用 Windows 上的 Ubuntu (WSL) 上的 Bash?