/vscode-debug-visualizer

An extension for VS Code that visualizes data during debugging.

Primary LanguageTypeScriptMIT LicenseMIT

VS Code Debug Visualizer

See the extension directory for the extension readme. You can get the extension in the marketplace.

Build Instructions

  • Clone the repository
  • Run yarn in the repository root
  • Run yarn build

Dev Instructions

  • Clone the repository
  • Run yarn in the repository root
  • Run yarn build initially (or yarn dev for every project)
  • Run yarn dev inside the project you are working on.

For the UI, yarn dev will start a webserver that you can access on port 8080. You can use VS Code do launch and debug the extension. Chose Run Extension (Dev UI) as debug configuration so that the extension loads the UI from the webpack server.

Publish Instructions

  • Follow the Build Instructions
  • cd extension
  • yarn pub