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

Asks for password everytime - is there a config option to run as sudo by default? #14

Closed ephraim271 closed 1 year ago

ephraim271 commented 1 year ago

image It asks for my password every time I debug, is there a config option which always starts the debugger as sudo so I don't have to type in my password every time?

benibenj commented 1 year ago

@ephraim271 No this sadly is not possible.