简体   繁体   English

如何在 VS-Code 中关闭或关闭调试模式

[英]How to turn off or close debugging mode in VS-Code

I turned on debugging mode in my VS Code and now want to turn it off, but can't work out how.我在我的 VS Code 中打开了调试模式,现在想将其关闭,但不知道如何操作。

I have this floating menu:我有这个浮动菜单: 在此处输入图像描述

And my bottom toolbar is still orange:我的底部工具栏仍然是橙色的: 在此处输入图像描述

How do I revert to my old set up?我如何恢复到我的旧设置? (I've seen on other posts that people want to hide the floating menu, but I think I want to just switch debugging back off if possible?) (我在其他帖子上看到人们想要隐藏浮动菜单,但我想我想尽可能地关闭调试?)

For turn of debug on vs code.用于打开 vs 代码调试。
On the floating menu click on end(Red color rectangular block).在浮动菜单上单击结束(红色矩形块)。

Not the solution I expected or wanted, but I disabled the debugger via my extension panel:不是我期望或想要的解决方案,但我通过我的扩展面板禁用了调试器: 在此处输入图像描述

And then disabled the extension and had to reload VS Code for the change to take effect:然后禁用扩展,必须重新加载 VS Code 才能使更改生效:

在此处输入图像描述

I has done the trick but seems like a faffy way of achieving switching it back off again.我已经完成了这个技巧,但似乎是实现再次关闭它的一种古怪方式。

"Disable Source Mapped Stepping" might be what you are trying to achieve. “禁用源映射步进”可能是您想要实现的目标。 Less resources are used, when disabled.禁用时使用的资源更少。

禁用源映射步进

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何打开/关闭 ReactJS“开发模式”? - How to turn on/off ReactJS 'development mode'? 使用webpack时如何临时打开/关闭React开发模式? - How to temporarily turn on/off React development mode when using webpack? 样式化的组件扩展不适用于 Vs 代码的新更新 - styled components extension is not Working in new update of Vs-code 如何在 create-react-app 中关闭生产构建并使用开发模式? - How to turn off production build and use development mode in create-react-app? 如何关闭输入自动完成? - How to turn off input autocomplete? 如何打开/关闭 React 中的复选框? - How to turn on/off the checkbox in React? vs-code中的人如何在现有终端上运行任何命令而不添加新终端我可以在这里使用什么快捷键? - Guys in vs-code how can i run any command on existing terminal without adding new terminal what shortcut-key i can use here? 使用 Flow.js 做出反应的自定义按钮组件在 vs-code 中的自动完成 - Auto-Complete in vs-code for custom button component in react using Flow.js Create-react-app 从终端启动,但不是 vs-code - Create-react-app fires up from terminal but not vs-code 运行 WSL 时如何在 Windows 中设置 VS 代码调试? - How to setup VS code debugging in Windows when running WSL?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM