vince-fugnitto / theia-debug-visualizer

Debug Visualizer for Theia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



THEIA VISUAL DEBUG DEMO EXTENSION


DESCRIPTION

A demo debug extension used to visualize a debug session in Theia.

KEY FEATURES

  1. Contributes visual changes to Theia's status-bar by changing it's color whenever presently in an active debug session.
  2. Contributes a new status-bar item to re-play the current debug configuration once a debug session has been previously started.

HOW TO TEST

  1. Install prerequisites.

  2. Clone the repository.

  3. Perform yarn at the root of the repository.

  4. Test the browser or electron application by running:

    browser

    (yarn rebuild:browser && cd browser-app && yarn start)

    electron

    (yarn rebuild:electron && cd electron-app && yarn start)
  5. Run a debug configuration in Theia, starting a debug session.

About

Debug Visualizer for Theia


Languages

Language:TypeScript 100.0%