Skip to content

Instantly share code, notes, and snippets.

@LinArcX
Created March 24, 2020 16:12
Show Gist options
  • Save LinArcX/504c7bd117c3b551fc24c29502492290 to your computer and use it in GitHub Desktop.
Save LinArcX/504c7bd117c3b551fc24c29502492290 to your computer and use it in GitHub Desktop.
2020-03-24 20:42:07,057 - INFO - **** INITIALISING NEW VIMSPECTOR SESSION ****
2020-03-24 20:42:07,057 - INFO - API is: neo
2020-03-24 20:42:07,057 - INFO - VIMSPECTOR_HOME = /home/linarcx/.config/nvim/plugged/vimspector
2020-03-24 20:42:07,062 - INFO - gadgetDir = /home/linarcx/.config/nvim/plugged/vimspector/gadgets/linux
2020-03-24 20:42:07,066 - DEBUG - Toggle found bp at /mnt/D/workspace/dart/dart/saeed/lib/saeed.dart:2 ? False (New)
2020-03-24 20:42:15,014 - INFO - User requested start debug session with {}
2020-03-24 20:42:15,016 - DEBUG - Reading gadget config: /home/linarcx/.config/nvim/plugged/vimspector/gadgets/linux/.gadgets.json
2020-03-24 20:42:15,020 - DEBUG - Reading gadget config: None
2020-03-24 20:42:15,022 - DEBUG - Reading configurations from: None
2020-03-24 20:42:15,022 - DEBUG - Reading configurations from: /mnt/D/workspace/dart/dart/saeed/.vimspector.json
2020-03-24 20:42:15,025 - INFO - Configuration: {"adapter": "dart-code", "configuration": {"request": "launch", "type": "dart", "cwd": "/mnt/D/workspace/dart/dart/saeed", "program": "/mnt/D/workspace/dart/dart/saeed/bin/myapp"}}
2020-03-24 20:42:15,025 - INFO - Adapter: {"variables": {"root": "/home/linarcx/tmp/Dart-Code"}, "type": "dart", "command": ["node", "/home/linarcx/tmp/Dart-Code/out/src/debug/dart_debug_entry.js"], "configuration": {"console": "terminal"}}
2020-03-24 20:42:15,183 - INFO - Starting debug adapter with: {"variables": {"root": "/home/linarcx/tmp/Dart-Code"}, "type": "dart", "command": ["node", "/home/linarcx/tmp/Dart-Code/out/src/debug/dart_debug_entry.js"], "configuration": {"console": "terminal"}}
2020-03-24 20:42:15,192 - INFO - Debug Adapter Started
2020-03-24 20:42:15,193 - DEBUG - Sending Message: {"command": "initialize", "arguments": {"adapterID": "adapter", "clientID": "vimspector", "clientName": "vimspector", "linesStartAt1": true, "columnsStartAt1": true, "locale": "en_GB", "pathFormat": "path", "supportsVariableType": true, "supportsVariablePaging": false, "supportsRunInTerminalRequest": true}, "seq": 0, "type": "request"}
2020-03-24 20:42:15,193 - DEBUG - Calling: vimspector#internal#neojob#Send(g:vimspector_internal_arg_0)
2020-03-24 20:42:15,392 - DEBUG - Message received: {'seq': 1, 'type': 'response', 'request_seq': 0, 'command': 'initialize', 'success': True, 'body': {'supportsConfigurationDoneRequest': True, 'supportsEvaluateForHovers': True, 'supportsDelayedStackTraceLoading': True, 'supportsConditionalBreakpoints': True, 'supportsLogPoints': True, 'supportsTerminateRequest': True, 'supportsRestartFrame': True, 'exceptionBreakpointFilters': [{'filter': 'All', 'label': 'All Exceptions', 'default': False}, {'filter': 'Unhandled', 'label': 'Uncaught Exceptions', 'default': True}]}}
2020-03-24 20:42:15,393 - DEBUG - LAUNCH!
2020-03-24 20:42:15,393 - DEBUG - Sending Message: {"command": "launch", "arguments": {"console": "terminal", "request": "launch", "type": "dart", "cwd": "/mnt/D/workspace/dart/dart/saeed", "program": "/mnt/D/workspace/dart/dart/saeed/bin/myapp", "name": "test"}, "seq": 1, "type": "request"}
2020-03-24 20:42:15,394 - DEBUG - Calling: vimspector#internal#neojob#Send(g:vimspector_internal_arg_0)
2020-03-24 20:42:15,399 - DEBUG - Message received: {'seq': 2, 'type': 'event', 'event': 'output', 'body': {'category': 'console', 'output': 'Unable to restart debugging. Please try ending the debug session and starting again.\n'}}
2020-03-24 20:42:15,404 - DEBUG - Message received: {'seq': 3, 'type': 'event', 'event': 'terminated'}
2020-03-24 20:42:15,404 - INFO - User Msg: Debugging was terminated by the server.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment