Replies: 1 comment 1 reply
-
I'd argue it doesn't matter whether it's a tmux pane or just any other terminal. Perhaps easiest way to offer this would be allow telnet'ing (or ssh'ing or whatever) into an already-running pudb. For this you would need event loop integration between urwid and something that can listen on sockets. Urwid offers this. Live updating the TUI base on this is within the realm of the possible, though you may have to do a full state scan to detect changes (which is fine... that's what pudb does every time user code finishes running). |
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
-
When hitting
!
the REPL console gets opened in the same pane.Beta Was this translation helpful? Give feedback.
All reactions