benibenj / vscode-pythonCpp

A Visual Studio Code Debug Extension for debugging mixed Python and C++ code. The extension starts a Python debug session and attaches the C++ debugger to it. This extension is useful for debugging Python programs that call functions from shared libraries (.so/.dll).
Other
47 stars 7 forks source link

Add macOS lldb for Apple silicon macs #28

Open kaschau opened 7 months ago

kaschau commented 7 months ago

Add macOS lldb support to defaults. Currently, gdb is only available for x86 macs. lldb is required for apple silicon macs.

OliviaBorgstrom commented 5 months ago

Hey, i'm on a silicon mac and i'd really like to use this extension.

Thanks!