RxSwiftCommunity/RxVisualDebugger

Name: RxVisualDebugger

Owner: RxSwift Community

Description: WIP! Very quick and very dirty test for a visual Rx debugger

Created: 2016-06-01 08:56:02.0

Updated: 2018-03-21 07:31:15.0

Pushed: 2016-08-01 16:00:21.0

Homepage: null

Size: 683

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

RxVisualDebugger

WIP! Very quick and very dirty test for a visual Rx debugger

oh.rx_tap
.debugRemote("Doh Button")
.subscribeNext {_ in
    print("doh!")
}
.addDisposableTo(bag)

debugRemote() will log the emitted values. You can see the log if you point your browser to localhost:9911:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.