gotcha / ipdb

Integration of IPython pdb
BSD 3-Clause "New" or "Revised" License
1.85k stars 146 forks source link

How do I page the results? just like /bin/more #217

Open alayamanas opened 3 years ago

gotcha commented 3 years ago

Can you provide more context ?

alayamanas commented 3 years ago

Thank you for your reply.

For exam: I have a very very long string "str1", I want to see the content carefully when debuging, I type"p str1" and enter, then screen outputs everything at once. I wonder if there is a way to display the result page by page? just like shell command: cat str1 | more