I’m using the VSCode debugger for the first time.
So I compile my “debuggable_executable” file (I call it debugger.ocaml_debuggable), and launch the ocamldebug in VSCode’s integerated terminal, but I get the following error message :
I have not context on the specific primitive mentioned (unix_has_symlink), but it stands out that your VSCode debugger uses version 4.02.3, whereas on the terminal, you’re using 4.04.1. I imagine that will make quite the difference (they seem minor version bumps, but they’re really rather sweeping changes from minor to minor).