Re: How to record the console's content in the interpreter?

2019-08-23 Thread jfong
eryk sun於 2019年8月24日星期六 UTC+8上午2時53分56秒寫道: > On 8/23/19, jf...@ms4.hinet.net wrote: > > > > it won't show output from print command, and "print" is the most > > command used in a module when a response was needed > > ConEmu is an alternate console for Windows that allows logging all > console

Re: How to record the console's content in the interpreter?

2019-08-23 Thread jfong
Terry Reedy於 2019年8月23日星期五 UTC+8下午7時27分50秒寫道: > On 8/23/2019 3:42 AM, jf...@ms4.hinet.net wrote: > > > Say I like to record everything showing in the console into a file > > after I start a debug session, and stop it when finished. It's not > > a console redirection. I still need to

Re: How to record the console's content in the interpreter?

2019-08-23 Thread eryk sun
On 8/23/19, jf...@ms4.hinet.net wrote: > > it won't show output from print command, and "print" is the most > command used in a module when a response was needed ConEmu is an alternate console for Windows that allows logging all console output to a file:

Re: How to record the console's content in the interpreter?

2019-08-23 Thread Tomasz Rola
On Thu, Aug 22, 2019 at 07:38:54PM -0700, jf...@ms4.hinet.net wrote: > Say I like to record everything showing in the console into a file > after I start a debug session, and stop it when finished. It's not a > console redirection. I still need to see what is going on during the > session. > You

Re: How to record the console's content in the interpreter?

2019-08-23 Thread Terry Reedy
On 8/23/2019 3:42 AM, jf...@ms4.hinet.net wrote: Say I like to record everything showing in the console into a file after I start a debug session, and stop it when finished. It's not a console redirection. I still need to see what is going on during the session. After a quick try on IPython

Re: How to record the console's content in the interpreter?

2019-08-23 Thread jfong
Manfred Lotz於 2019年8月23日星期五 UTC+8下午6時08分11秒寫道: > On Fri, 23 Aug 2019 00:42:26 -0700 (PDT) > jf...@ms4.hinet.net wrote: > > > Manfred Lotz於 2019年8月23日星期五 UTC+8下午2時58分48秒寫道: > > > On Thu, 22 Aug 2019 21:48:33 -0700 (PDT) > > > jf...@ms4.hinet.net wrote: > > > > > > > Cameron Simpson於

Re: How to record the console's content in the interpreter?

2019-08-23 Thread Manfred Lotz
On Fri, 23 Aug 2019 00:42:26 -0700 (PDT) jf...@ms4.hinet.net wrote: > Manfred Lotz於 2019年8月23日星期五 UTC+8下午2時58分48秒寫道: > > On Thu, 22 Aug 2019 21:48:33 -0700 (PDT) > > jf...@ms4.hinet.net wrote: > > > > > Cameron Simpson於 2019年8月23日星期五 > > > UTC+8下午12時09分54秒寫道: > > > > On 22Aug2019 19:38, Jach

Re: How to record the console's content in the interpreter?

2019-08-23 Thread jfong
Manfred Lotz於 2019年8月23日星期五 UTC+8下午2時58分48秒寫道: > On Thu, 22 Aug 2019 21:48:33 -0700 (PDT) > jf...@ms4.hinet.net wrote: > > > Cameron Simpson於 2019年8月23日星期五 UTC+8下午12時09分54秒寫道: > > > On 22Aug2019 19:38, Jach Fong wrote: > > > >Say I like to record everything showing in the console into a file >

Re: How to record the console's content in the interpreter?

2019-08-23 Thread Manfred Lotz
On Thu, 22 Aug 2019 21:48:33 -0700 (PDT) jf...@ms4.hinet.net wrote: > Cameron Simpson於 2019年8月23日星期五 UTC+8下午12時09分54秒寫道: > > On 22Aug2019 19:38, Jach Fong wrote: > > >Say I like to record everything showing in the console into a file > > >after I start a debug session, and stop it when

Re: How to record the console's content in the interpreter?

2019-08-23 Thread Cameron Simpson
On 22Aug2019 21:48, Jach Fong wrote: Cameron Simpson於 2019年8月23日星期五 UTC+8下午12時09分54秒寫道: On 22Aug2019 19:38, Jach Fong wrote: >Say I like to record everything showing in the console into a file >after I start a debug session, and stop it when finished. It's not >a console redirection. I still

Re: How to record the console's content in the interpreter?

2019-08-22 Thread jfong
Cameron Simpson於 2019年8月23日星期五 UTC+8下午12時09分54秒寫道: > On 22Aug2019 19:38, Jach Fong wrote: > >Say I like to record everything showing in the console into a file > >after I start a debug session, and stop it when finished. It's not > >a console redirection. I still need to see what is going on

Re: How to record the console's content in the interpreter?

2019-08-22 Thread Cameron Simpson
On 22Aug2019 19:38, Jach Fong wrote: Say I like to record everything showing in the console into a file after I start a debug session, and stop it when finished. It's not a console redirection. I still need to see what is going on during the session. If you're in a terminal you can run the

How to record the console's content in the interpreter?

2019-08-22 Thread jfong
Say I like to record everything showing in the console into a file after I start a debug session, and stop it when finished. It's not a console redirection. I still need to see what is going on during the session. --Jach -- https://mail.python.org/mailman/listinfo/python-list