Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>JS Debugger ExtrasNew to Visual Studio Code? Get it now.
JS Debugger Extras

JS Debugger Extras

Preview

zardoy

|
1,015 installs
| (0) | Free
TS to debug console, hover additions and more!
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code JS Debugger Extras

Evaluate TypeScript Code in Debug Console

Uses ide scripting's esbuild to quickly transpile TS code and evaluate it in the debug console. Useful as you use

customPropertiesGenerator

Experimental extension which allows you take full control (with some restrictions) over the preview of objects in hovers & variables view with the power of customPropertiesGenerator from the js debug extension. This feature may be unstable. Also note that using this feature will ignore customPropertiesGenerator from launch.json configurations.

Recommended config:

"jsDebugExtras.hidePrototype": true,
"jsDebugExtras.specialButtons": {
    "groupButtons": "all"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft