我想试试 ocamldebug。如何使用一组参数在其中运行程序?我在参考文档中找不到任何相关内容。[1]
在 GDB 中,我会输入run arg1...argn
. 不幸的是,它似乎在 ocamldebug 中不起作用。
$ ocamldebug server.byte
OCaml Debugger version 4.04.0
(ocd) run -i 127.0.0.1 -p 8080
Syntax error.
(ocd)
输入help run
并没有提供太多信息:
(ocd) help run
run: run the program from current position.