You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debugger: pass along SDKROOT for the launch of the debugger
This is used by the debugger to locate the Swift module information for
the debugger. Without this, we would fail to setup the Swift scratch
space in LLDB, which then results in the failure of the debugger and
subsequently the DAP.
Fixes: #250
0 commit comments