You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I try to maximize or minimize the sidebar, it causes a (safely caught) internal exception. This results in a pop-up, and the sidebar is not maximized or minimized.
To Reproduce
Steps to reproduce the behavior:
Run pudb
Focus the sidebar (by pressing V, S, or B)
Maximize the sidebar by pressing =, instead of maximizing, an exception traceback will pop up
Similar exception should occur when minimizing sidebar by pressing _
Expected behavior
The sidebar maximizes or minimizes, and does not cause an exception pop-up.
Screenshots
Additional context
Regular increasing/decreasing sidebar size with +/- is working.
Versions
This seems to be occurring for me in any version of pudb >=v2023.1, including the latest release "v2024.1.3". v2022.1.3 does not have this issue.
Using bisect, it seems the first commit that causes sidebar max/min to break for me is "a5df21ceb426cc650bb294aa5e4a8b93f287234c".
I have tested with Python 3.8.4, 3.11.2, and 3.12.4, and behavior seems the same in all of them.
I tried Urwid 2.2.0 as well, and behavior seemed the same.
I am on macOS, but I tried this in a Debian 12 VM and received the same behavior. The attached traceback below is from Debian, but it looks identical to the tracebacks generated in my testing on macOS.
Describe the bug
When I try to maximize or minimize the sidebar, it causes a (safely caught) internal exception. This results in a pop-up, and the sidebar is not maximized or minimized.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The sidebar maximizes or minimizes, and does not cause an exception pop-up.
Screenshots
Additional context
Regular increasing/decreasing sidebar size with +/- is working.
Versions
This seems to be occurring for me in any version of pudb >=v2023.1, including the latest release "v2024.1.3". v2022.1.3 does not have this issue.
Using bisect, it seems the first commit that causes sidebar max/min to break for me is "a5df21ceb426cc650bb294aa5e4a8b93f287234c".
I have tested with Python 3.8.4, 3.11.2, and 3.12.4, and behavior seems the same in all of them.
I tried Urwid 2.2.0 as well, and behavior seemed the same.
I am on macOS, but I tried this in a Debian 12 VM and received the same behavior. The attached traceback below is from Debian, but it looks identical to the tracebacks generated in my testing on macOS.
traceback.txt
Wondering if anyone else is able to reproduce this?
The text was updated successfully, but these errors were encountered: