hackwaly / vscode-ocaml-debugger

OCaml debugger for VS Code
14 stars 4 forks source link

Remote debugging #7

Closed db4 closed 4 years ago

db4 commented 5 years ago

It would be great to have the same feature that vscode-ocaml does: https://github.com/hackwaly/vscode-ocaml/issues/18

One could easily add symbols section to debuggers/configurationAttributes in package.json but how to make vscode to put that additional symbols file path to the launch request arguments (DAP specs)?

Once that's done, changes to ocamlearlybird should be minimal.