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

Can we support pagination in the table view? #164

Open
ono-max opened this issue Nov 24, 2022 · 5 comments
Open

Can we support pagination in the table view? #164

ono-max opened this issue Nov 24, 2022 · 5 comments

Comments

@ono-max
Copy link
Contributor

ono-max commented Nov 24, 2022

debugvisualizer visualizes ActiveRecord object, an O/R mapper into table. However, we have a problem when we have a lot of records in the database because we have to send them to vscode-debug-visualizer at a time.

It would be great if we could support pagination in the table view.

@hediet
Copy link
Owner

hediet commented Nov 24, 2022

I thought of this too, but it is complicated to implement, as it does not really fit to the current architecture.

Do you have ideas how to implement this? How should the visualization talk to the debug adapter?

@ono-max
Copy link
Contributor Author

ono-max commented Nov 30, 2022

Thank you for your response. Currently, I try to create the prototype. I'll let you know the result, later.

@ono-max
Copy link
Contributor Author

ono-max commented Nov 30, 2022

By the way, do you have the schedule to release the new version which supports ruby? I plan to write a blog about vscode-debug-visualizer for Rubyist 👍

@hediet
Copy link
Owner

hediet commented Nov 30, 2022

I hope to do it soonish... Maybe end of this week.

Please ping me again if I forget about it.

@hediet
Copy link
Owner

hediet commented Dec 1, 2022

Just released 2.4.0!

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