Files
kotlin-fork/idea/jvm-debugger/jvm-debugger-test/testData/asyncStackTrace/asyncFunctions.out
T
Ilmir Usmanov 4fb5f8603a Keep $continuation in LVT
in case of suspend functions and `this` is case of lambdas, since they
are used in async stack trace generation.
Update tests.
 #KT-40661 Open
2020-07-29 00:01:12 +02:00

16 lines
370 B
Plaintext
Vendored

LineBreakpoint created at asyncFunctions.kt:24
Run Java
Connected to the target VM
asyncFunctions.kt:24
Async stack trace:
asyncFunctions.AsyncFunctionsKt:21
y = "zoo"
asyncFunctions.AsyncFunctionsKt:15
x = "foo"
asyncFunctions.AsyncFunctionsKt:7
a = 5
b = 7
Disconnected from the target VM
Process finished with exit code 0