DESCRIPTION
A demo debug extension used to visualize a debug session in Theia.
KEY FEATURES
- Contributes visual changes to Theia's status-bar by changing it's color whenever presently in an active debug session.
- Contributes a new status-bar item to re-play the current debug configuration once a debug session has been previously started.
HOW TO TEST
-
Install prerequisites.
-
Clone the repository.
-
Perform
yarn
at the root of the repository. -
Test the
browser
orelectron
application by running:browser
(yarn rebuild:browser && cd browser-app && yarn start)
electron
(yarn rebuild:electron && cd electron-app && yarn start)
-
Run a debug configuration in Theia, starting a debug session.