hackwaly / vscode-ocaml-debugger

OCaml debugger for VS Code
14 stars 4 forks source link

Debug adapter process has terminated unexpectedly #6

Open ncioj10 opened 5 years ago

ncioj10 commented 5 years ago

On Ubuntu 18.04 with VS-Code Version: 1.29.1 and Ocaml 4.05.0, earlybird installed, I get an Debug adapter process has terminated unexpectedly (read ECONNRESET) error with every file I try and the given sample code from the readme. Is there any solution to this?

Best, Nico

hackwaly commented 5 years ago

You can launch ocamlearlybird in debug server mode to check the stack trace when debug server crashed.

Here's how to: https://github.com/hackwaly/ocamlearlybird/issues/5#issuecomment-441948250