Skip to content

Instantly share code, notes, and snippets.

@LinArcX
Created March 26, 2020 15:57
Show Gist options
  • Save LinArcX/75ec9f7dd96b558ed4a6f80efd52424f to your computer and use it in GitHub Desktop.
Save LinArcX/75ec9f7dd96b558ed4a6f80efd52424f to your computer and use it in GitHub Desktop.
2020-03-26 20:23:06,221 - INFO - **** INITIALISING NEW VIMSPECTOR SESSION ****
2020-03-26 20:23:06,222 - INFO - API is: neo
2020-03-26 20:23:06,222 - INFO - VIMSPECTOR_HOME = /home/linarcx/.config/nvim/plugged/vimspector
2020-03-26 20:23:06,224 - INFO - gadgetDir = /home/linarcx/.config/nvim/plugged/vimspector/gadgets/linux
2020-03-26 20:23:06,227 - DEBUG - Toggle found bp at /mnt/D/workspace/dart/dart/moh/lib/moh.dart:2 ? False (New)
2020-03-26 20:23:07,592 - DEBUG - Toggle found bp at /mnt/D/workspace/dart/dart/moh/lib/moh.dart:3 ? False (New)
2020-03-26 20:23:09,521 - INFO - User requested start debug session with {}
2020-03-26 20:23:09,523 - DEBUG - Reading gadget config: /home/linarcx/.config/nvim/plugged/vimspector/gadgets/linux/.gadgets.json
2020-03-26 20:23:09,525 - DEBUG - Reading gadget config: None
2020-03-26 20:23:09,527 - DEBUG - Reading configurations from: None
2020-03-26 20:23:09,528 - DEBUG - Reading configurations from: /mnt/D/workspace/dart/dart/moh/.vimspector.json
2020-03-26 20:23:09,531 - INFO - Configuration: {"adapter": "dart-code", "configuration": {"request": "launch", "type": "dart", "dartPath": "/home/linarcx/dart-sdk/bin/dart", "program": "/mnt/D/workspace/dart/dart/moh/bin/my_app", "cwd": "/mnt/D/workspace/dart/dart/moh"}}
2020-03-26 20:23:09,532 - INFO - Adapter: {"variables": {"root": "/home/linarcx/Dart-Code"}, "type": "dart", "command": ["node", "/home/linarcx/Dart-Code/out/src/debug/dart_debug_entry.js"]}
2020-03-26 20:23:09,685 - INFO - Starting debug adapter with: {"variables": {"root": "/home/linarcx/Dart-Code"}, "type": "dart", "command": ["node", "/home/linarcx/Dart-Code/out/src/debug/dart_debug_entry.js"]}
2020-03-26 20:23:09,692 - INFO - Debug Adapter Started
2020-03-26 20:23:09,692 - 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-26 20:23:09,693 - DEBUG - Calling: vimspector#internal#neojob#Send(g:vimspector_internal_arg_0)
2020-03-26 20:23:09,888 - 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-26 20:23:09,889 - DEBUG - LAUNCH!
2020-03-26 20:23:09,890 - DEBUG - Sending Message: {"command": "launch", "arguments": {"request": "launch", "type": "dart", "dartPath": "/home/linarcx/dart-sdk/bin/dart", "program": "/mnt/D/workspace/dart/dart/moh/bin/my_app", "cwd": "/mnt/D/workspace/dart/dart/moh", "name": "test"}, "seq": 1, "type": "request"}
2020-03-26 20:23:09,890 - DEBUG - Calling: vimspector#internal#neojob#Send(g:vimspector_internal_arg_0)
2020-03-26 20:23:09,985 - DEBUG - Message received: {'seq': 2, 'type': 'response', 'request_seq': 1, 'command': 'launch', 'success': True}
2020-03-26 20:23:10,103 - DEBUG - Message received: {'seq': 3, 'type': 'event', 'event': 'dart.debuggerUris', 'body': {'observatoryUri': 'http://127.0.0.1:40301/ifl_Zt-GhMw=/', 'vmServiceUri': 'http://127.0.0.1:40301/ifl_Zt-GhMw=/'}}
2020-03-26 20:23:10,103 - WARNING - User Msg: Unhandled event: dart.debuggerUris
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment