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

add debugging functionality #110

Open
EnnoMeijers opened this issue Aug 27, 2024 · 2 comments
Open

add debugging functionality #110

EnnoMeijers opened this issue Aug 27, 2024 · 2 comments

Comments

@EnnoMeijers
Copy link

Currently running ld-workbench against large files is a pass or fail process. It would be very practical to have additional options for debugging for example process the a specified number of iterator results or log intermediate results to the console.

@ddeboer
Copy link
Member

ddeboer commented Aug 28, 2024

Good idea to add some more debugging.

or example process the a specified number of iterator results or log intermediate results to the console.

I don’t understand this sentence. There’s already a spinner that shows intermediate counts. Would you like to output the contents of all processed statements to the console?

@EnnoMeijers
Copy link
Author

I could imagine to have a verbose option like in other tools that shows the result of the transformation in the console. This would be really helpful. Next to that it would be nice to have an option (or config setting) that says process only the first n iterations, write the output to file and then quit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants