-
Notifications
You must be signed in to change notification settings - Fork 51
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 doesn’t maintain scroll position #3892
Comments
Thanks for the report. We will look at it. |
JurajKubelka
added a commit
to feenkcom/gt4pharo
that referenced
this issue
Jul 17, 2024
JurajKubelka
added a commit
to feenkcom/gtoolkit-debugger
that referenced
this issue
Jul 17, 2024
syrel
pushed a commit
that referenced
this issue
Jul 17, 2024
Metacello new baseline: 'GToolkitForPharo9'; repository: 'github://feenkcom/gtoolkit:v1.0.993/src'; load All commits (including upstream repositories) since last build: feenkcom/Bloc@6ce36f by Juraj Kubelka add `BlDevScripterStep>>#userData` feenkcom/gtoolkit-phlow@2bcc06 by Don Roberts Add example to test GtPhlowColumnedListView resizing feenkcom/gtoolkit-coder@92e45b by John Brant [#3758] renaming package tags in coder feenkcom/gt4pharo@d19972 by John Brant Merge f5f7c699101c84235653e01717a211a958831afc feenkcom/gt4pharo@db843b by John Brant [#3758] prereq change for baseline & manifest feenkcom/gt4pharo@f5f7c6 by Juraj Kubelka Merge 8af9a480990e2636035226563d25a331135996c1 feenkcom/gt4pharo@0f1e09 by Juraj Kubelka add dummy method [#3892] feenkcom/gt4pharo@8af9a4 by John Brant [#3758] fix for failing examples feenkcom/gt4pharo@b1a660 by John Brant [#3906] default scope for methods in class filter shouldn't search metaclasses when starting with non-metaclass feenkcom/gt4pharo@f6acf6 by John Brant Merge 66bfd44486216b3792eec8c9c574f7819997135c feenkcom/gt4pharo@0745a7 by John Brant [#3758] renaming package tags in coder feenkcom/gt4pharo@66bfd4 by Andrei Chi� Refactor methods used to add senders/implementors shortcuts [#3905] feenkcom/gt4pharo@6c14a5 by Andrei Chi� Add a menu entry for browsing class references feenkcom/gt4pharo@341584 by Andrei Chi� Show senders/implementors menu items also for symbol nodes. feenkcom/gtoolkit-debugger@e6eaf0 by Juraj Kubelka Debugger maintains stack list scroll positions while stepping in a same method [#3892] feenkcom/gtoolkit-visualizer@5b15ce by Tudor Girba make wardley map model group spawn the maps from the node profiles #3904 feenkcom/gtoolkit-visualizer@884b07 by Tudor Girba add wardley map model group with support for node profiles #3904 feenkcom/lepiter@c40197 by Tudor Girba Merge cc8861b79fc7520dbce23ff7ff2d14ee32cb190b feenkcom/lepiter@b7948d by Tudor Girba add wardley map snippet group with support for node profiles #3904 feenkcom/gt4git@e88466 by Sven Van Caekenberghe add IceGitCliLocalRepositoryExamples>>#thirdCommitInRepositoryA and IceGitCliLocalRepositoryExamples>>#pullRepositoryAToRepositoryB feenkcom/gtoolkit-world@af7e87 by Juraj Kubelka Monitor: add remove all cached examples and test cases button feenkcom/gt4gemstone@fe1493 by Andrei Chi� Remove #addLinkMenuAddOnsTo:* as now it is in the superclass
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using Glamorous Toolkit v1.0.977, when stepping in the debugger, it doesn’t maintain the scroll position as demonstrated in the video below: after I’ve scrolled down in the method, clicking ‘Step over’ scrolls it back to the top. I would expect the debugger to either maintain the scroll position, or ideally, automatically scroll the method to the current expression. The example used in the video is
WAUrl absolute: 'https://example.com'
with Seaside loaded, and the debugger window has been maximized (on a 13-inch MacBook Pro).Demo.GToolkit.Debugger.Scroll.Position.mp4
The text was updated successfully, but these errors were encountered: