Skip to content

Implement C/C++ debugging with lldb

André Anjos requested to merge lldb into master

This MR allows users running on MacOS to use lldb for debugging C/C++ extensions instead of the deprecated gdb.

Merge request reports