Debugging SIL 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?

1 Like

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?

2 Likes