window = glfwCreateWindow(winW, winH, "TestApp", NULL, NULL);
调用此命令后,鼠标光标消失。当此命令后触发断点时,我无法完全使用调试。如何显示光标?
ijxebb2r1#
也许新的v1.67设置:Debug: Focus Editor on Break默认情况下启用。控制当调试工具中断时,编辑器是否应该取得焦点。会有帮助。从When a breakpoint is hit, the caret (cursor) should move to that line开始
Debug: Focus Editor on Break
1条答案
按热度按时间ijxebb2r1#
也许新的v1.67设置:
Debug: Focus Editor on Break
默认情况下启用。控制当调试工具中断时,编辑器是否应该取得焦点。
会有帮助。
从When a breakpoint is hit, the caret (cursor) should move to that line开始