-
Notifications
You must be signed in to change notification settings - Fork 72
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
Get all debug messages #842
Conversation
Co-authored-by: Enrico Tassi <[email protected]>
Right now the idea is to forward the debug messages to an output channel. The Info level messages are displayed in the goal view but do not trigger a diagnostic.
Not sure if intended, but debug logs are printed only once apparently. Class A.
Instance a : A := {}.
Set Typeclasses Debug.
Goal A. apply _. Qed. The first time |
Actually, nvm, I think it's smart enough that it only shows on code change haha. I was trying it out without any code change but then it works when one does change the file. |
I'll merge and will find a way to get the Document URI later |
Closes #733 #819 #820 #815.