对于一个学校项目,我正在使用 Jane Street 的 Core 和 Async 库。我正在尝试调试bind
Unix 系统调用的问题,所以我运行ocamldebug myprogram
. 这会在引发异常 ( Unix.Unix_error
) 时停止,但在后退时我会收到以下消息:
No source file for Async_parallel.Master_process.
这是引发错误的文件。是否可以指定 opam 使用调试信息构建我安装的软件包,以便我可以使用 ocamldebug 来检查它们?否则,我还能做些什么来解决这个问题?
提前致谢!