rxjs-debugging-for-vscode icon indicating copy to clipboard operation
rxjs-debugging-for-vscode copied to clipboard

Add non-intrusive debugging capabilities for RxJS applications to Visual Studio Code.

Results 30 rxjs-debugging-for-vscode issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://togithub.com/kulshekhar/ts-jest)) | [`27.1.0` -> `27.1.5`](https://renovatebot.com/diffs/npm/ts-jest/27.1.0/27.1.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ts-jest/27.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

## Suggestion For every log point enabled, provide a way to show the history of all logged events/values. ## Advantages - Analyze application behavior after running a specific test scenario...

feature

Hi there, i wanted to try rxjs debugging with angular. For this I integrated [custom-webpack](https://www.npmjs.com/package/@angular-builders/custom-webpack) into my project and then the rxjs-debugging/runtime-webpack. The problem is that CommonJS is used as...

## Version Overview - "RxJS Debugging for Visual Studio Code": 1.1.0 ## Description Once the RxJS application starts, it might begin to emit values through an observable with enabled log...

bug

## Version Overview - Operating System: Windows 10 & macOS - Visual Studio Code: 1.62.3 - "RxJS Debugging for Visual Studio Code": 1.1.0 - NodeJS: 16.13.0 & 16.13.1 ## Description...

bug

## Suggestion The `runtime-nodejs` is injected to Node.js via the `-r` CLI parameter. This works as long as we use CommonJS modules, but does not work when using ESModules. Implement...

improvement

## Suggestion Provide a way to enable/disable an operator log point, which is currently under the text editors cursor, using a `Command`. ## Advantages - Keyboard users can work faster

improvement

## Suggestion To determine the type of a token in the source code, the extension uses a fragile combination of parsing the code with the TypeScript compiler and requesting hovers...

improvement