All Projects → RxSwiftCommunity → Rxvisualdebugger

RxSwiftCommunity / Rxvisualdebugger

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

Programming Languages

javascript
184084 projects - #8 most used programming language

RxVisualDebugger

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

btnDoh.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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].