Skip to content

zardoy/vscode-js-debug-extras

Repository files navigation

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"
}