Debug adapter process has terminated unexpectedly
Opened this issue · 1 comments
ncioj10 commented
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
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)