gh-62142: IDLE - rework debugger UI by roseman · Pull Request #22947 · python/cpython
- updated to use ttk widgets throughout - simplified controls, changed go/step/etc. to image buttons - overall layout is a two-pane horizontal window (controls, stack, status on left, variables on right) - treeview widget used to replace custom scrolled-listbox stackviewer and custom canvas-based namespaceviewer - integrated locals/globals into a single treeview on right; can collapse/expand each independently instead of having checkboxes to control whether shown or not
roseman
marked this pull request as ready for review
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
terryjreedy
changed the title
bpo-17942: major rework of debugger UI
gh-62142: IDLE - major rework of debugger UI
terryjreedy
changed the title
gh-62142: IDLE - major rework of debugger UI
gh-62142: IDLE - rework debugger UI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters