Tobi
03/07/2018, 8:31 AMlldb
I can set a breakpoint in my kotlin code from xcode, which is great. But can I also show the value of a variable in scope when the breakpoint is reached?
Currently I just see the ObjHeader
.olonho
03/07/2018, 11:42 AMTobi
03/07/2018, 12:11 PM