hackwaly/vscode-ocaml-debugger

Debug adapter process has terminated unexpectedly

Opened this issue · 1 comments

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

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

Here's how to:
hackwaly/ocamlearlybird#5 (comment)