Can we support pagination in the table view?
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.
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?
Thank you for your response. Currently, I try to create the prototype. I'll let you know the result, later.
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 👍
I hope to do it soonish... Maybe end of this week.
Please ping me again if I forget about it.
Just released 2.4.0!