文宇祥

Results 151 comments of 文宇祥

Fixed in 0.1.5 https://github.com/ocaml/opam-repository/pull/13190

You can file an issue to lwt

I changed it to `stack_pos < 0`. Do you need a release?

I guess the `stopOnEntry` option doesn't work, too. If you want to debug with ocamlearlybird in debug server mode. Add `debugServer` option into your launch configuration. ``` { "name": "launch",...

How did you get your bytecode runs without crash the debug server? I've tested in my VM, it crash the debug server, because earlybird in WSL doesn't handle windows style...

The issue possibly caused by the path style. This extension is not considered to support WSL at first, and I'm busy for other things. So, pull requests are welcome! ![image](https://user-images.githubusercontent.com/540298/49213662-bdb89200-f3ff-11e8-9b82-3f74f71a8cab.png)

I know this issue. And I need what to reproduce it. Or you can give me simpler code (eg, only one main.ml) other than flow codebase to debug?

What's the version of your ocaml compiler?

The debuggee program should be bytecode file. Native executable is not supported. And currently only ocaml.4.10 4.11 is supported

Thank you. I have found this command and dune describe command both can be used. I'm investigating which is best fit our case.