I am trying to get a visual debugger on Linux. This plugin for VSCode seems to work with my C projects so I wanted to try it with the Swift LLDB. It says on the site that the plugin requires "LLDB with Python scripting support on system PATH". Does Swift's LLDB support Python scripting?
1 Like