blob: 0b76e3f8f5f32b08c7cca500bb384f22575f8522 [file]
> b main.kt:9
> r
Process [..] stopped
[..] stop reason = breakpoint 1[..]
-> 9 Throwable()
> s
Process [..] stopped
[..] stop reason = step in
> source info
[..]: kotlin-native/runtime/src/main/kotlin/kotlin/Throwable.kt:[..]
> b [K][Suspend]Functions:1
> c
Process [..] stopped
[..] stop reason = breakpoint 2[..]
> source info
[..]: [K][Suspend]Functions:1:1
> q