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
49 stars 7 forks source link

set cppConf.pid for vadimcn.vscode-lldb #8

Closed lucidfrontier45 closed 2 years ago

lucidfrontier45 commented 2 years ago

fix #7

lucidfrontier45 commented 2 years ago

The original author has done the same fix.