- {
- // 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": [
- {
- "type": "cppdbg",
- "request": "launch",
- "name": "(gdb)qnx_img",
- "program": "/home/dev/Desktop/Os_dev/qnx/openqnx/procnto.sym",
- "stopOnEntry": true,
- "args": [],
- "cwd":"/home/dev/Desktop/Os_dev/qnx/openqnx",
- "environment":[],
- "externalConsole":false,
- "MIMode":"gdb",
- "miDebuggerPath":"/usr/bin/gdb",
- "miDebuggerServerAddress":"127.0.0.1:12346",
- "setupCommands":[
- {
- "description":"Enable pretty-printing for gdb",
- "text":"-enable-pretty-printing",
- "ignoreFailures":true
- }
- ]
- }
- ]
- }
|