-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Stack paging should not be implemented with a click #5849
Comments
We have explicitly decided on the explicit action, if you have concerns please comment here Thanks for offering tips though :) |
That explicit decision was taken based on the loading stack frames is expensive argument. What? The reason not to do lazy loading is because loading is slow? You are doing lazy loading, you're just implementing it with a very poor UI concept: an extra clickable list item. The only thing that you are missing to implement nice paging, like we do with the extensions, is the total number of stack frames. And, surprise surprise, you do have it in the protocol and all adapters either could or do implement it. @weinand I further suggest to make that |
I am fine with experimenting with this. It sounds good to me. |
There is a difference between explicit/voluntary lazy loading and implicit/involuntary lazy loading. We cannot change |
If nodeDebug would opt out of this then I propose to push this to the backlog. |
Another issue with this idea is that it does not work nicely for multi-threaded applications |
@isidorn another good point. |
This issue has been closed because the feature it requests is not within the scope of the product. See also our issue reporting guidelines. Happy Coding! |
Testing #4819
There are very good building blocks in our code for us to implement this properly:
Just talk to me for tips.
The text was updated successfully, but these errors were encountered: