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

Enabling pretty printing for gdb #9

Closed GuyZilberman closed 2 years ago

GuyZilberman commented 2 years ago

Hi, Is there a way to enable pretty printing in the launch.json file similarly to how it's done in gdb? I couldn't find a setupCommand attribute for Python C++ Debug.

Thanks!

xucian commented 2 years ago

I'm also interested in this

benibenj commented 2 years ago

You can use Custom Configurations instead of the default ones if you want to change the gdb configurations.