本文介绍了调试配置之间的快捷方式切换的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有 任何人都找到了一种方法(快捷方式或导航),而无需在启动调试器之前使用鼠标选择不同的配置.

has anyone found a way (shortcut or navigation) without using the mouse to select different configurations before starting the debugger.

是否也可以在调试多个配置时,不使用鼠标来选择它们.

Is it also possible, when debugging multiple configurations, to select them without using the mouse.

谢谢.

推荐答案

部分(开始调试)用 1.10.1 完成

Part (to start debug) is done with 1.10.1

https://code.visualstudio.com/updates/v1_10#_debugging

能够使用键盘选择和启动启动选项仅使用键盘(无鼠标手势)启动调试配置必要)已添加,根据此请求.它的工作原理类似于运行任务,能够从命令调色板.关键字 'debug' 或命令 Debug: Select andStart Debugging from the Command Palette 用于选择和启动来自 launch.json 的配置.

这篇关于调试配置之间的快捷方式切换的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-28 08:32
查看更多