microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
161.05k stars 28.26k forks source link

Stop button does not close Debug toolbar #219654

Closed AndriiLishchynskyi closed 4 weeks ago

AndriiLishchynskyi commented 4 weeks ago

Type: Bug

I am using Cortex-Debug extension to debug Cortex-M based microcontroller's firmware: https://github.com/Marus/cortex-debug/tree/master Starting from the VSCode 1.86.2 I am observing an issue with the Stop button not closing the Debug toolbar. The issue reproducible only if the Restart button was pressed before Stop button.

This was not happening prior to 1.86.2.

VS Code version: Code 1.86.2 (903b1e9d8990623e3d7da1df3d33db3e42d80eda, 2024-02-13T19:40:56.878Z) OS version: Windows_NT x64 10.0.19045 Modes:

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz (8 x 1992)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|undefined| |Memory (System)|7.79GB (0.90GB free)| |Process Argv|--crash-reporter-id 18912249-2c40-40ca-a012-4aacd9fbb43e| |Screen Reader|no| |VM|0%|
Extensions (34) Extension|Author (truncated)|Version ---|---|--- Bookmarks|ale|13.5.0 doxdocgen|csc|1.4.0 arm|dan|1.7.4 vscode-html-css|ecm|2.0.10 html-preview-vscode|geo|0.2.5 better-cpp-syntax|jef|1.17.2 cmake-language-support-vscode|jos|0.0.9 cortex-debug|mar|1.12.1 debug-tracker-vscode|mcu|0.0.15 memory-view|mcu|0.0.25 peripheral-viewer|mcu|1.4.6 rtos-views|mcu|0.0.7 csharp|ms-|2.34.12 vscode-dotnet-runtime|ms-|2.0.7 debugpy|ms-|2024.6.0 python|ms-|2024.8.1 vscode-pylance|ms-|2024.6.1 jupyter|ms-|2024.5.0 jupyter-keymap|ms-|1.1.2 jupyter-renderers|ms-|1.0.18 vscode-jupyter-cell-tags|ms-|0.1.9 vscode-jupyter-slideshow|ms-|0.1.6 remote-containers|ms-|0.369.0 remote-ssh|ms-|0.112.0 remote-ssh-edit|ms-|0.86.0 remote-wsl|ms-|0.88.2 cmake-tools|ms-|1.18.42 cpptools|ms-|1.20.5 cpptools-extension-pack|ms-|1.3.0 hexeditor|ms-|1.10.0 makefile-tools|ms-|0.9.10 remote-explorer|ms-|0.4.3 copy-file-name|nem|1.2.0 cmake|twx|0.0.17 (1 theme extensions excluded)
VSCodeTriageBot commented 4 weeks ago

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.90.2. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

roblourens commented 4 weeks ago

Please file this on the repo for that debug extension- thanks