anthony has some of the best python highlight videos each year. This might be a good sign, but each year there seems to be less and less that I am chomping at the bit to get to. I thought the remote debugger looked every interesting, his use case for babi seemed very interesting. I wonder what textual would look like built in a 3.14 world, would it still have built its own debugger/console?
uv tool run --python=3.14 babi
Without a process flag you need sudo permissions to attach a pdb debugger similar to gdb.
ps -ef | grep babi
uv tool run --python=3.14 python -m pdb -p8605