{ "version": "0.2.0", "configurations": [ { "name": "Attach to MATLAB", "type": "cppdbg", "request": "attach", "program": "/opt/matlab/R2022b/bin/glnxa64/MATLAB", "processId": "${command:pickProcess}", "MIMode": "gdb", "setupCommands": [ { "description": "Enable pretty-printing for gdb", "text": "-enable-pretty-printing", "ignoreFailures": true } ] } ] }