-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not debug with dynamic linking #16
Comments
I'm not an OCaml expert. Did you config your opam correctly? I guess |
thanks for you reply, find some clues ocaml/opam#47 close thie ticket |
same problem here, @huangered how did you fix this? |
@qdwang not fix yet, but i plan to remove vscode-beta version and install new to have a try. |
@huangered neither Ubuntu and OSX can work the debug function and I'm using the vscode stable version. @hackwaly |
@qdwang Did you check that if simple helloworld program works (like the gif in README does)? |
@hackwaly not working. still the same error msg. |
Can you try to use ocamldebug manually debug the bytecode?
|
@hackwaly Like what I said before, |
Well, I have no idea now.
I think you are right. But why I didn't encounter. I'm also macOS, and Ubuntu doesn't have separated env issues like macOS. I suspect you didn't config opam correctly. Could you check that env variables in result of |
Since the cmd But I don't know how to check if vscode uses a different shell or it just won't use the |
No, it use nodejs |
|
I've tried spawn the |
You can open devtools (command "Developer: Toggle Developer Tools") of vscode to check the |
This seems totally right... That's weird... |
So the root problem is not See how to debug: #5 (comment) |
I've cloned code, how can I build the ts file to js file? |
|
Why can not I use |
You don't need |
I've figured out that debugging with the output file of But not The |
I use ocamlbuild without this issue. |
corebuild is just like this
you can test with it and then fix the issue... |
This should be fixed in new version just published. |
Thanks~ It's fixed. |
when i start to debug, it print the error, can you help?
my environment is macos10.11.5
The text was updated successfully, but these errors were encountered: