Python Forum

Full Version: Create an isolated section in bash?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Like in gdb, typing fs will create an independent section at the top of commandline shell which produce a psudo gui to debug.

pdb does not have it and I would like to add it, but how to create such section?



The function of gdb I am referring to:

https://sourceware.org/gdb/current/onlin...mands.html

Pictures of it:

https://beej.us/guide/bggdb/
We are not affiliated with (although mentioned by) python.org who wrote python.
You should contact python.org with your request.