RxSpy icon indicating copy to clipboard operation
RxSpy copied to clipboard

Reactive application debugger/visualizer for .NET

Results 11 RxSpy issues
Sort by recently updated
recently updated
newest added

Hello, I updated the quite old QuickGraph and GraphSharp dependencies to respectively QuikGraph and GraphShape. Those libraries are using modern C# development workflow, have been ported to .NET Core with...

Fix CallSiteCache calling methods with wrong parameters. This also fix the RxSpy.TestConsole crashing on launch.

There's so much stuff that I want to be able to look at when debugging reactive applications. While the LiveView tool works decently for small apps or demo/training purposes it's...

It would be nice if you could stream events to disk and view them in the UI after-the-fact. Would make it possible to share log data between team members and...

enhancement

If you have a .NET app but aren't able to include the RxSpy.Server lib the UI should allow you to pick an .exe, rewrite it (I'm thinking cecil) and launch...

enhancement

``` csharp Observable.Timer(TimeSpan.FromSeconds(5)) .Select(Blaha) .ShowGraph() ``` That would pop the graph for that observable chain (syntax iffy)

Currently the details view only shows immediate parents and children. There should be a way to see all ancestors/descendants. See #13

enhancement

The RxSpy UI gets unusable when you have a lot of observables and it's rare that you care about the intermediaries in an observable chain from a browsing perspective. The...

enhancement

It would be really cool if it was possible to select a node and trigger a breakpoint in the app when it produces a value, completes or signals an error.

enhancement

I would like to make it possible for libraries like ReactiveUI to signal that a series of observables should be grouped together. The WhenAny method in ReactiveUI for example should...

enhancement