https://github.com/swissmanu/playground-rxjs-debugging-for-vscode
A playground to explore the debugging capabilities of the RxJS Debugging for Visual Studio Code extension.
https://github.com/swissmanu/playground-rxjs-debugging-for-vscode
debugging reactive-programming rxjs rxjs-debugger vscode vscode-extension
Last synced: 5 months ago
JSON representation
A playground to explore the debugging capabilities of the RxJS Debugging for Visual Studio Code extension.
- Host: GitHub
- URL: https://github.com/swissmanu/playground-rxjs-debugging-for-vscode
- Owner: swissmanu
- License: mit
- Created: 2021-06-01T08:33:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T05:31:04.000Z (5 months ago)
- Last Synced: 2025-01-29T06:17:33.545Z (5 months ago)
- Topics: debugging, reactive-programming, rxjs, rxjs-debugger, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 22.3 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐คนโโ๏ธ Playground: RxJS Debugging for Visual Studio Code
> This repository contains a playground to explore the debugging capabilities of the [RxJS Debugging for Visual Studio Code](https://github.com/swissmanu/rxjs-debugging-for-vscode) extension.
## Usage
### Github Codespaces
You can use a [Github Codespace](https://github.com/features/codespaces) to explore the extensions functionality without any modification to your local development system as illustrated in the following:
- Open the repository in a Codespace.
- Install recommended extensions by confirming the regarding prompt.
- Enable some [operator log points](https://github.com/swissmanu/rxjs-debugging-for-vscode#operator-log-points) in `observable.ts`.
- Run the playground using the "Launch Program" launch configuration: This executes the playground with NodeJS.
### Local Setup
- Clone this repository.
- Install dependencies using `yarn` or `npm`, depending on your flavor.
- Open the cloned repository with Visual Studio Code.
- Code will automatically recommend to install the "RxJS Debugging for Visual Studio Code" extension: Confirm this prompt.
- Enable some [operator log points](https://github.com/swissmanu/rxjs-debugging-for-vscode#operator-log-points) in `observable.ts`.
- Run the playground using the "Launch Program" launch configuration: This executes the playground with NodeJS.