You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 🤹♂️ Playground: RxJS Debugging for Visual Studio Code
4
+
5
+
> 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.
6
+
7
+
## Usage
8
+
9
+
### Github Codespaces
10
+
11
+
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:
12
+
13
+
- Open the repository in a Codespace.
14
+
- Install recommended extensions by confirming the regarding prompt.
15
+
- Enable some [operator log points](https://github.com/swissmanu/rxjs-debugging-for-vscode#operator-log-points) in `observable.ts`.
16
+
- Run the playground using the "Launch Program" launch configuration: This executes the playground with NodeJS.
17
+
18
+

19
+
20
+
### Local Setup
21
+
22
+
- Clone this repository.
23
+
- Install dependencies using `yarn` or `npm`, depending on your flavor.
24
+
- Open the cloned repository with Visual Studio Code.
25
+
- Code will automatically recommend to install the "RxJS Debugging for Visual Studio Code" extension: Confirm this prompt.
26
+
- Enable some [operator log points](https://github.com/swissmanu/rxjs-debugging-for-vscode#operator-log-points) in `observable.ts`.
27
+
- Run the playground using the "Launch Program" launch configuration: This executes the playground with NodeJS.
0 commit comments