Skip to content

Using ghcide to try and debug problems is hard #574

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

Closed
ndmitchell opened this issue Nov 8, 2020 · 1 comment
Closed

Using ghcide to try and debug problems is hard #574

ndmitchell opened this issue Nov 8, 2020 · 1 comment
Labels
type: enhancement New feature or request

Comments

@ndmitchell
Copy link
Collaborator

It used to be that if I ran ghcide in a directory I got a brief report of what worked, what didn't, and from that I could infer what to do.

Now it spits out thousands of lines of stuff about DEBUG/INFO, and I can't even find the information I want. That means I have no idea why my program doesn't work. In my case its filled up the terminal buffer so completely I am only left with reports from a directory I don't care about.

Worse than that, the final line tells me that all files apart from 1 worked. But in practice, none of my files are working in the IDE. Is that because they are working somehow differently to ghcide on the command line?

Should I be running some haskell-language-server operation to figure out whats going on?

@jneira jneira added type: enhancement New feature or request type: support User support tickets, questions, help with setup etc. labels Nov 8, 2020
@michaelpj michaelpj removed the type: support User support tickets, questions, help with setup etc. label Mar 22, 2023
@michaelpj
Copy link
Collaborator

I think this amounts to "make the logging better", which we already have some tickets for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants