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

Added a default (lldb) attach option for macOS users on apple silicon. #27

Closed kaschau closed 7 months ago

kaschau commented 7 months ago

Adds a default option for using lldb at the debugger for macOS users on apple silicon (gdb is not available from homebrew except on x86 macs).

Drop in replacement for the currently available: default (win) Attach and default (gdb) Attach