Has anyone ever tried debugging SIL code in LLDB as mentioned here?
If yes, is there a way I can print a SIL value such as, %1
in LLDB?
Has anyone ever tried debugging SIL code in LLDB as mentioned here?
If yes, is there a way I can print a SIL value such as, %1
in LLDB?
Tagging @Erik_Eckstein @Michael_Gottesman. You can definitely step through individual SIL locations, but I don't think that debug info for values has been wired up in the compiler?