Skip to content

bingworld/vscode-debug-visualizer

 
 

Repository files navigation

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

About

An extension for VS Code that visualizes data during debugging.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.1%
  • CSS 4.7%
  • JavaScript 0.2%