Replies: 1 comment 1 reply
-
That's not possible at the moment. I don't know whether Urwid allows zero-width columns. If so, that would likely be the most straightforward way. Just "not having" a sidebar is hard, because many bits of code in the debugger assume that the sidebar is there (e.g. by updating widget contents). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
pudb is a very good debug tool, thanks!
Sometimes I want to share the copy during the debug, in other words, copy the code with several lines, but the sidebar is always included (even I press - for many times, but still a bit of width is there), possible to hide/unhide the sidebar? thanks.
Beta Was this translation helpful? Give feedback.
All reactions