Debugger controls gone in Version 0.46.4 on Mac

This morning I upgraded and now there is no debugger tool bar.
The workaround is of course to use keyboard shortcuts, but please bring it back!:
F10 (Step Over)
F11 (Step Into)
Shift+F11 (Step Out)
F5 (Continue)
Shift-F5 (Stop)

Version: 0.46.4
VSCode Version: 1.96.2
Commit: db71624816f6d52f6e54f47c37cdc7df23e22620
Date: 2025-02-25T07:28:07.050Z
Electron: 32.2.6
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin arm64 24.3.0

2 Likes

I had this problem but was able to resolve it by enabling the Command Centre setting as below from the VS code settings:

Look for “debug.toolBarLocation”

Debug: Tool Bar Location

Controls the location of the debug toolbar. Either floating in all views, docked in the debug view, commandCenter (requires Window: Command Center), or hidden

1 Like

It works for me now if I choose “floating”. All other choices make it disappear.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.