0a2348e595
We just had no tests checking that debugger can properly show values of string-typed variables. This commit adds such a test.
7 lines
97 B
Plaintext
Vendored
7 lines
97 B
Plaintext
Vendored
> b main.kt:9
|
|
> r
|
|
> fr var
|
|
(ObjHeader *) a = string literal
|
|
(ObjHeader *) b = dynamic string
|
|
> q
|