Skip to content
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

Ltac printing - where is it displayed? #733

Open
threonorm opened this issue Feb 16, 2024 · 2 comments
Open

Ltac printing - where is it displayed? #733

threonorm opened this issue Feb 16, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@threonorm
Copy link

Hi,

First, thank you for all the hard work on the extension!

I recently updated to modern VsCoq (vscoq-language-server 2.1.0, coq 8.18, VsCoq 2.1), and I had trouble to figure out where the Ltac debugging messages are showing, typically in the following snippet:

  Goal True.
     idtac "Printing something".

In previous versions, there used to be a buffer for those Ltac debugging outputs, but I can't seem to find it anymore. Is it a deprecated feature, or maybe there is a more modern way to achieve a similar effect, or I just missed the place where the output would be displayed?

@rtetley
Copy link
Collaborator

rtetley commented Feb 16, 2024

Hi,
Thanks for reporting !
There seems to be a regression... I'll investigate !

@rtetley rtetley added the bug Something isn't working label Feb 16, 2024
@shilangyu
Copy link

Probably stems from the same underlying issue: debugging tactics such as debug auto. also does not print information anywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

3 participants