英文:
How to remove the multiple debugging red dots breakpoints from the vscode editor?
问题
如何从 vscode 1.77.3 编辑器中移除多个调试红点?
答案1
得分: 1
[Run or Debug tab] 1: https://i.stack.imgur.com/AWbuW.png
在左侧切换到运行和调试选项卡时,您可以看到所有的异常和未捕获的异常,在添加和移除断点之间进行选择或取消选择。
英文:
[Run or Debug tab] 1: https://i.stack.imgur.com/AWbuW.png
You can see the All exceptions and Uncaught exceptions when you switch to the run and debug tab in the left, select or unselect to switch between adding and removing the breakpoints
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论