如何在调试模式下更改当前断线颜色? [英] How to change current break line color in debugging mode?

查看:34
本文介绍了如何在调试模式下更改当前断线颜色?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我特别要求 VSCode 而不是 VS Studio - 因为那里一切都非常简单.

如何在调试模式下更改当前中断线颜色 - 即代码执行停止的行,例如,断点还是单步操作?

目前这条线以浅黄色背景显示.

解决方案

文档页面,我发现了一些可能对您有所帮助的内容:

调试

  • debugToolBar.background:调试工具栏背景颜色.
  • debugToolBar.border:调试工具栏边框颜色.
  • editor.stackFrameHighlightBackground:编辑器中顶部堆栈帧突出显示的背景颜色.
  • editor.focusedStackFrameHighlightBackground:编辑器中聚焦堆栈帧高亮的背景颜色.

我认为最后两个中的一个就是您正在寻找的.

希望有帮助.

I am asking specifically for VSCode and not VS Studio - because there everything is totally simple.

How to change current break line color in debugging mode - i.e the line where the code execution stopped due to e.g. a breakpoint or singlestep action?

Currently this line is shown with a light yellow background.

解决方案

Looking at the documentation page, I found something that might help you:

Debug

  • debugToolBar.background: Debug toolbar background color.
  • debugToolBar.border: Debug toolbar border color.
  • editor.stackFrameHighlightBackground: Background color of the top stack frame highlight in the editor.
  • editor.focusedStackFrameHighlightBackground: Background color of the focused stack frame highlight in the editor.

I think one of the last two is what you're looking for.

Hope it helps.

这篇关于如何在调试模式下更改当前断线颜色?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆