Advertisement
Guest User

Untitled

a guest
Feb 12th, 2021
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.84 KB | None | 0 0
  1. ocamlearlybird: [INFO] Debug adapter server listening at port 4712
  2. ocamlearlybird: [INFO] Client 127.0.0.1:41634 connected
  3. ocamlearlybird: [DEBUG] state_uninitialized
  4. ocamlearlybird: [DEBUG] Message recv -- {"command":"initialize","arguments":{"clientID":"vscode","clientName":"Visual Studio Code","adapterID":"ocamlearlybird","pathFormat":"path","linesStartAt1":true,"columnsStartAt1":true,"supportsVariableType":true,"supportsVariablePaging":true,"supportsRunInTerminalRequest":true,"locale":"pt-pt","supportsProgressReporting":true,"supportsInvalidatedEvent":true},"type":"request","seq":1}
  5. ocamlearlybird: [DEBUG] Message sent -- {"seq":1,"type":"response","request_seq":1,"success":true,"command":"initialize","body":{"supportsConfigurationDoneRequest":true,"supportsValueFormattingOptions":true,"supportsDelayedStackTraceLoading":true,"supportsLoadedSourcesRequest":true,"supportsTerminateRequest":true,"supportsBreakpointLocationsRequest":true}}
  6. ocamlearlybird: [DEBUG] state_initialized
  7. ocamlearlybird: [DEBUG] Message recv -- {"command":"launch","arguments":{"name":"OCaml Debug","type":"ocamlearlybird","request":"launch","program":"/home/joaosreis/projects/test-debugger/_build/default/src/bin/main.bc","stopOnEntry":true,"yieldSteps":4096,"cwd":"/home/joaosreis/projects/test-debugger","onlyDebugGlob":"</home/joaosreis/projects/test-debugger/**/*>","debugServer":4712,"__configurationTarget":5,"__sessionId":"8ae2d8ab-1ac0-4e27-96aa-1dcbdf727e5c"},"type":"request","seq":2}
  8. ocamlearlybird: [DEBUG] Message sent -- {"seq":3,"type":"request","command":"runInTerminal","arguments":{"kind":"integrated","title":"OCaml Debug","cwd":"/home/joaosreis/projects/test-debugger","args":["/home/joaosreis/projects/test-debugger/_build/default/src/bin/main.bc"],"env":{"CAML_DEBUG_SOCKET":"127.0.0.1:48769"}}}
  9. ocamlearlybird: [DEBUG] Message sent -- {"seq":4,"type":"response","request_seq":2,"success":true,"command":"launch"}
  10. ocamlearlybird: [DEBUG] Message recv -- {"type":"response","seq":3,"command":"runInTerminal","request_seq":3,"success":true,"body":{"shellProcessId":17645}}
  11. ocamlearlybird: [DEBUG] Message sent -- {"seq":5,"type":"event","event":"initialized"}
  12. ocamlearlybird: [DEBUG] Message recv -- {"command":"loadedSources","type":"request","seq":4}
  13. ocamlearlybird: [DEBUG] Message sent -- {"seq":7,"type":"response","request_seq":4,"success":true,"command":"loadedSources","body":{"sources":[{"path":"/home/joaosreis/.opam/4.11.1/lib/ocaml/buffer.ml"},{"path":"/home/joaosreis/.opam/4.11.1/lib/ocaml/bytes.ml"},{"path":"/home/joaosreis/.opam/4.11.1/lib/ocaml/camlinternalFormat.ml"},{"path":"/home/joaosreis/.opam/4.11.1/lib/ocaml/camlinternalFormatBasics.ml"},{"path":"/home/joaosreis/.opam/4.11.1/lib/ocaml/char.ml"},{"path":"/home/joaosreis/.opam/4.11.1/lib/ocaml/int.ml"},{"path":"/home/joaosreis/.opam/4.11.1/lib/ocaml/list.ml"},{"path":"/home/joaosreis/.opam/4.11.1/lib/ocaml/printf.ml"},{"path":"/home/joaosreis/.opam/4.11.1/lib/ocaml/scanf.ml"},{"path":"/home/joaosreis/.opam/4.11.1/lib/ocaml/seq.ml"},{"path":"/home/joaosreis/.opam/4.11.1/lib/ocaml/std_exit.ml"},{"path":"/home/joaosreis/.opam/4.11.1/lib/ocaml/stdlib.ml"},{"path":"/home/joaosreis/.opam/4.11.1/lib/ocaml/string.ml"},{"path":"/home/joaosreis/.opam/4.11.1/lib/ocaml/sys.ml"},{"path":"/home/joaosreis/.opam/4.11.1/lib/ocaml/uchar.ml"},{"path":"/home/joaosreis/projects/test-debugger/_build/default/src/bin/main.ml"}]}}
  14. ocamlearlybird: [DEBUG] Message recv -- {"command":"setBreakpoints","arguments":{"source":{"name":"main.ml","path":"/home/joaosreis/projects/test-debugger/src/bin/main.ml"},"lines":[3],"breakpoints":[{"line":3}],"sourceModified":false},"type":"request","seq":5}
  15. ocamlearlybird: [DEBUG] Message sent -- {"seq":9,"type":"response","request_seq":5,"success":true,"command":"setBreakpoints","body":{"breakpoints":[{"id":1,"verified":false}]}}
  16. ocamlearlybird: [DEBUG] Message recv -- {"command":"configurationDone","type":"request","seq":6}
  17. ocamlearlybird: [DEBUG] Message sent -- {"seq":11,"type":"response","request_seq":6,"success":true,"command":"configurationDone"}
  18. ocamlearlybird: [DEBUG] Message sent -- {"seq":12,"type":"event","event":"stopped","body":{"reason":"entry","threadId":0}}
  19. ocamlearlybird: [DEBUG] Message recv -- {"command":"threads","type":"request","seq":7}
  20. ocamlearlybird: [DEBUG] Message sent -- {"seq":14,"type":"response","request_seq":7,"success":true,"command":"threads","body":{"threads":[{"id":0,"name":"main"}]}}
  21. ocamlearlybird: [DEBUG] Message recv -- {"command":"threads","type":"request","seq":8}
  22. ocamlearlybird: [DEBUG] Message sent -- {"seq":16,"type":"response","request_seq":8,"success":true,"command":"threads","body":{"threads":[{"id":0,"name":"main"}]}}
  23. ocamlearlybird: [DEBUG] Message recv -- {"command":"stackTrace","arguments":{"threadId":0,"startFrame":0,"levels":1},"type":"request","seq":9}
  24. ocamlearlybird: [DEBUG] Message sent -- {"seq":18,"type":"response","request_seq":9,"success":true,"command":"stackTrace","body":{"stackFrames":[]}}
  25. ocamlearlybird: [DEBUG] Message recv -- {"command":"stackTrace","arguments":{"threadId":0,"startFrame":0,"levels":20},"type":"request","seq":10}
  26. ocamlearlybird: [DEBUG] Message sent -- {"seq":20,"type":"response","request_seq":10,"success":true,"command":"stackTrace","body":{"stackFrames":[]}}
  27. ocamlearlybird: [DEBUG] Message recv -- {"command":"stackTrace","arguments":{"threadId":0,"startFrame":0,"levels":19},"type":"request","seq":11}
  28. ocamlearlybird: [DEBUG] Message sent -- {"seq":22,"type":"response","request_seq":11,"success":true,"command":"stackTrace","body":{"stackFrames":[]}}
  29. ocamlearlybird: [DEBUG] Message recv -- {"command":"breakpointLocations","arguments":{"source":{"name":"main.ml","path":"/home/joaosreis/projects/test-debugger/src/bin/main.ml"},"line":3},"type":"request","seq":12}
  30. ocamlearlybird: [DEBUG] Message sent -- {"seq":24,"type":"response","request_seq":12,"success":true,"command":"breakpointLocations","body":{"breakpoints":[]}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement