Skip to content

Instantly share code, notes, and snippets.

@thegabriele97
Created July 18, 2021 14:33
Show Gist options
  • Save thegabriele97/350fdcc3221b454c15ccad28a6da796e to your computer and use it in GitHub Desktop.
Save thegabriele97/350fdcc3221b454c15ccad28a6da796e to your computer and use it in GitHub Desktop.
1 2021-07-18 16:32:36,334 - INFO - **** INITIALISING NEW VIMSPECTOR SESSION ****
2 2021-07-18 16:32:36,334 - INFO - API is:
1 2021-07-18 16:32:36,334 - INFO - VIMSPECTOR_HOME = /home/gabri97/.vim/bundle/vimspector
2 2021-07-18 16:32:36,338 - INFO - gadgetDir = /home/gabri97/.vim/bundle/vimspector/gadgets/linux
3 2021-07-18 16:32:36,338 - INFO - User requested start debug session with {}
4 2021-07-18 16:32:36,339 - DEBUG - Reading configurations from: None
5 2021-07-18 16:32:36,339 - DEBUG - Reading configurations from: /home/gabri97/testgit/.vimspector.json
6 2021-07-18 16:32:36,341 - DEBUG - Reading gadget config: /home/gabri97/.vim/bundle/vimspector/gadgets/linux/.gadgets.json
7 2021-07-18 16:32:36,344 - DEBUG - Reading gadget config: None
8 2021-07-18 16:32:37,628 - INFO - Configuration: {"adapter": "vscode-cpptools", "configuration": {"request": "launch", "program": "/home/gabri97/testgit/a.out", "args": [], "cwd": "/hom
e/gabri97/testgit", "environment": [], "externalConsole": true, "MIMode": "gdb"}}
9 2021-07-18 16:32:37,629 - INFO - Adapter: {"attach": {"pidProperty": "processId", "pidSelect": "ask"}, "command": ["/home/gabri97/.vim/bundle/vimspector/gadgets/linux/vscode-cpptools/d ebugAdapters/OpenDebugAD7"], "configuration": {"args": [], "cwd": "/home/gabri97/testgit", "environment": [], "type": "cppdbg"}, "name": "cppdbg"}
10 2021-07-18 16:32:37,639 - DEBUG - min_width/height: 149/50, actual: 188/48 - result: horizontal
11 2021-07-18 16:32:38,145 - DEBUG - LAUNCH!
12 2021-07-18 16:32:38,146 - INFO - Starting debug adapter with: {"attach": {"pidProperty": "processId", "pidSelect": "ask"}, "command": ["/home/gabri97/.vim/bundle/vimspector/gadgets/lin ux/vscode-cpptools/debugAdapters/OpenDebugAD7"], "configuration": {"args": [], "cwd": "/home/gabri97/testgit", "environment": [], "type": "cppdbg"}, "name": "cppdbg"}
13 2021-07-18 16:32:38,146 - DEBUG - Connection Type: job
14 2021-07-18 16:32:38,333 - INFO - Debug Adapter Started
15 2021-07-18 16:32:38,333 - DEBUG - Sending Message: {"command": "initialize", "arguments": {"adapterID": "cppdbg", "clientID": "vimspector", "clientName": "vimspector", "linesStartAt1": true, "columnsStartAt1": true, "locale": "en_GB", "pathFormat": "path", "supportsVariableType": true, "supportsVariablePaging": false, "supportsRunInTerminalRequest": true}, "seq": 0, "type": "request"}
16 2021-07-18 16:32:38,339 - INFO - The server has terminated with status 1
17 2021-07-18 16:32:38,340 - DEBUG - Closing down: Aborting request {'command': 'initialize', 'arguments': {'adapterID': 'cppdbg', 'clientID': 'vimspector', 'clientName': 'vimspector', 'l inesStartAt1': True, 'columnsStartAt1': True, 'locale': 'en_GB', 'pathFormat': 'path', 'supportsVariableType': True, 'supportsVariablePaging': False, 'supportsRunInTerminalRequest': Tr ue}, 'seq': 0, 'type': 'request'}
18 2021-07-18 16:32:38,340 - INFO - User Msg: Request for initialize aborted: Closing down
19 2021-07-18 16:32:38,349 - DEBUG - No server exit handler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment