Outils pour utilisateurs

Outils du site


programmation:cpp_et_gtkmm:vscode:launch

{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "name": "g++ - Générer et déboguer le fichier actif",
            "type": "cppdbg",
            "request": "launch",
            "program": "${cwd}/${workspaceFolderBasename}",
            "args": [],
            "stopAtEntry": false,
            "cwd": "${workspaceFolder}",
            "environment": [],
            "externalConsole": false,
            "MIMode": "gdb",
            "setupCommands": [
                {
                    "description": "Activer l'impression en mode Pretty pour gdb",
                    "text": "-enable-pretty-printing",
                    "ignoreFailures": true
                }
            ],
            "preLaunchTask": "C/C++: cpp build workspace",
            "miDebuggerPath": "/usr/bin/gdb"
        }
    ]
}

programmation/cpp_et_gtkmm/vscode/launch.txt · Dernière modification : 2021/04/11 18:27 de 192.168.1.254

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki