如何在应用程序调试期间显示光标c OpenGl on ubuntu在Visual Studio代码

j8ag8udp  于 2022-11-23  发布在  其他
关注(0)|答案(1)|浏览(101)
window = glfwCreateWindow(winW, winH, "TestApp", NULL, NULL);

调用此命令后,鼠标光标消失。当此命令后触发断点时,我无法完全使用调试。如何显示光标?

ijxebb2r

ijxebb2r1#

也许新的v1.67设置:
Debug: Focus Editor on Break默认情况下启用。
控制当调试工具中断时,编辑器是否应该取得焦点。
会有帮助。
When a breakpoint is hit, the caret (cursor) should move to that line开始

相关问题