-
Notifications
You must be signed in to change notification settings - Fork 25
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
(lang dune 2.x)
won't hit breakpoints
#20
Comments
@victorvianna did you had any progress here? |
@EduardoRFS I downgrade dune version to 1.11.4, OCaml version 4.07.1, it works |
I'm not hitting any breakpoints either. I tried downgrading the dune language version which didn't help. Downgrading dune is kind of impossible. Does anyone have any insights on this? |
I think I found the issue on my side. I had to set
to my dune-project file. This was while using version 3.9 of the dune language. Now I can hit the breakpoints no problem. |
I haven't encountered the issue (nor have tried to reproduce it yet), but there's this commit on a fork: tizoc@8afcce8. Maybe that's trying to fix this issue? |
@victorvianna Thank you, this saved my day!
According to the docs, the default |
I added a hint about This fix is for |
(lang dune 2.x)
won't hit breakpoints
After quite some investigation, I've tracked down the reason my vscode wouldn't stop on breakpoints. If your dune-project file uses (lang dune $VERSION) where VERSION >= 2.0, it won't work, and the server won't display any errors.
The text was updated successfully, but these errors were encountered: