-
Notifications
You must be signed in to change notification settings - Fork 60
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
Debugger: changing to another method is very slow #639
Comments
Even scrolling the left inspector pane if there are more items than fit in the view feels sluggish, as if it re-prints everything for the scroll refresh |
Changing the window size of the debugger is very slow, too |
I found it: it is #635 go to StRawInspectionPresenter>>#valuesColumn, comment out "beEditable;", and it is fast again
|
I did a revert PR: #640 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you are in the debugger, changing to another entry in the stack is now very slow.
just do "command ." and click on doDrawCycleWith: or use the arrow keys
The text was updated successfully, but these errors were encountered: