Files
kotlin-fork/native/native.tests/testData/lldb/canInspectStrings.txt
T
Svyatoslav Scherbina 0a2348e595 Native: add debugger test for inspecting string variables
We just had no tests checking that debugger can properly show values
of string-typed variables. This commit adds such a test.
2023-08-24 15:03:27 +00:00

7 lines
97 B
Plaintext
Vendored

> b main.kt:9
> r
> fr var
(ObjHeader *) a = string literal
(ObjHeader *) b = dynamic string
> q