Skip to content

vince-fugnitto/theia-debug-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



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.

Releases

No releases published

Packages

No packages published