I also can’t debug this inner block ``` private va...
# intellij
r
I also can’t debug this inner block
Copy code
private val subjectText by lazy { BehaviorSubject.createDefault(currentSearch).toSerialized() }
Even if I add a break point inside the
createDefault()
or
toSerialized()
methods it doesn’t stop for the lazy expression, but it does stop for other calls 😞