-
Notifications
You must be signed in to change notification settings - Fork 347
haskell-debug parse error #399
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
Comments
I tried to reproduce this, but failed. |
For what it's worth after implementing this and using GHCi some, I've found the ghci debugger to be drastically useless. Setting a breakpoint almost always results in a no-op which GHCi simply ignores. It's a pity because the mode I made is nice. But it's a real stab in the dark whether GHCi underneath will behave in a predictable manner, otherwise I'd be using this all the time. |
True and sad. |
Hello, the error is still there; maybe I got something wrong in my configuration. I can reproduce it with:
My ghci session (version 7.8.4):
My haskell-debug session one step before the error happens:
I hope this helps, Edit: I use haskell-mode from MELPA version 20150108.346 |
Thanks, that should help to reproduce the problem! |
I have probably somewhat related bug -- |
Closing as old. If somebody would like to take case of |
Hello,
I tried to debug qsort with
haskell-debug
(cf. ghci debugger). When I try to step throughqsort.hs
I get a parse error after about 5 to 10 steps:The file
qsort.hs
:Best,
Dominik
The text was updated successfully, but these errors were encountered: