https://kotlinlang.org logo
Title
n

nerdstone

01/31/2019, 8:51 AM
Hi, how do you debug RxKotlin? Especially when working with Schedulers that run on a separate thread and is observed on the main thread?
:stackoverflow: 2
g

gildor

01/31/2019, 9:15 AM
Same as RxJava. RxKotlin just a bunch of extension functions. doesn’t have any special about testing or Schedulers
n

nerdstone

01/31/2019, 9:22 AM
Cool. How would you achieve that for RxJava?
g

gildor

01/31/2019, 9:29 AM
This not related to Android or even Kotlin, there are a bunch of materials about RxJava. If you still have a question, consider create an issue on RxJava issue tracker https://github.com/ReactiveX/RxJava/issues
n

nerdstone

01/31/2019, 9:38 AM
cool