Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>Better Debugger ViewNew to Visual Studio Code? Get it now.
Better Debugger View

Better Debugger View

TaoKun

|
1 install
| (0) | Free
A compact CLion-style debugger panel for VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Better Debugger View

A compact CLion-style debugger panel for VS Code.

The extension contributes a bottom panel with stack frames on the left and watches/variables on the right. It reads debug data through the Debug Adapter Protocol, so it works best when the active debugger exposes threads, stackTrace, scopes, variables, and evaluate requests. The first target is C/C++ debugging with cpptools, lldb, or gdb adapters.

Development

npm install
npm run compile

Open this folder in VS Code, press F5, then start a C/C++ debug session in the extension host. Open the Better Debugger panel from the bottom panel area.

Settings

  • betterDebuggerView.fontSize: compact panel font size, default 11.
  • betterDebuggerView.maxVariablesPerRequest: DAP page size for variable requests, default 20.
  • betterDebuggerView.variableAutoLoad: default auto-load policy for scopes without a panel override, default locals. Per-scope auto-load can be toggled from the scope header in the panel.
  • betterDebuggerView.showTypes: show variable type metadata, default true.
  • betterDebuggerView.compactMode: tighter row spacing, default true.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft