Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc on launch.json in VSCode needs work #3

Open
gbowne1 opened this issue Nov 6, 2023 · 0 comments
Open

doc on launch.json in VSCode needs work #3

gbowne1 opened this issue Nov 6, 2023 · 0 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested

Comments

@gbowne1
Copy link
Owner

gbowne1 commented Nov 6, 2023

{
    // 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": "Launch",
            "type": "cppdbg",
            "request": "launch",
            "program": "${workspaceRoot}/build/",
            "args": [],
            "cwd": ".",
            "MIMode": "gdb",
            "setupCommands": [
                {}
            ],
            "externalConsole": false,
            "environment": [],
            "miDebuggerPath": "/usr/bin/gdb",
            "stopAtEntry": false,
            "additionalSOLibSearchPath": "",
            "avoidWindowsConsoleRedirection": true,
            "coreDumpPath": "",
            "customLaunchSetupCommands": [],
            "debugServer": 1234,
            "debugServerArgs": "",
            "debugServerPath": "",
            "deploySteps": [],
            "envFile": "${workspaceFolder}/.env",
            "filterStderr": false,
            "filterStdout": true,
            "hardwareBreakpoints": {},
            "internalConsoleOptions": "neverOpen",
            "launchCompleteCommand": "exec-run",
            "linux": {},
            "logging": {},
            "exceptions": true,
            "moduleLoad": true,
            "natvisDiagnostics": "none",
            "programOutput": true,
            "trace": false,
            "traceResponse": false,
            "miDebuggerArgs": "",
            "miDebuggerServerAddress": "serveraddress:port",
            "osx": {},
            "pipeTransport": {
                "pipeCwd": "/usr/bin",
                "pipeProgram": "enter the fully qualified path for the pipe program name, for example '/usr/bin/ssh'.",
                "pipeArgs": [],
                "debuggerPath": "The full path to the debugger on the target machine, for example /usr/bin/gdb."
            },
            "postDebugTask": {
                "task": "",
                "type": "grunt"
            },
            "postRemoteConnectCommands": [],
            "preLaunchTask": {
                "args": [],
                "env": {},
                "filter": {},
                "type": "codelldb.cargo"
            },
            "presentation": {
                "hidden": false,
                "group": "",
                "order": 1
            },
            "serverLaunchTimeout": 10000,
            "serverReadyAction": {
                "action": "startDebugging",
                "name": "",
                "killOnServerStop": false
            },
            "serverStarted": "",
            "showDisplayString": true,
            "sourceFileMap": {
                "": ""
            },
            "stopAtConnect": false,
            "suppressMultipleSessionWarning": true,
            "svdPath": "",
            "symbolLoadInfo": {
                "loadAll": true,
                "exceptionList": ""
            },
            "targetArchitecture": "x64",
            "unknownBreakpointHandling": "throw",
            "useExtendedRemote": false,
            "variables": {
                "": ""
            },
            "visualizerFile": [],
            "windows": {},
        }
    ]
}
@gbowne1 gbowne1 added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers question Further information is requested labels Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant