First time here? Check out the FAQ!
1

configure DebugI/O for unlimited lines

i dont seem to remember WingPro limiting the output in Debug I/O window - it is currently doing that.
I have just upgraded to 8.3.0.0, running on Debian 10 x64 Linux.

how do I configure the Debug I/O window for unlimited scrollback.

thanks!!!

product Wing Pro version 8.3.0.0 (rev 979f106f1aaa) release date March 30, 2022 os version Linux version 4.9.0-8-amd64 (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) ) #1 SMP Debian 4.9.144-3.1 (2019-02-19) cpu ['intel(r) core(tm) i7-3520m cpu @ 2.90ghz 2299.963 mhz 64 bit'] memory ['16130356 kb']

pymike's avatar
186
pymike
asked 2022-04-02 09:36:47 -0500
Wingware Support's avatar
4k
Wingware Support
updated 2022-05-05 09:30:54 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

Wing doesn't truncate the Debug I/O but it does skip over output if the CPU needed to process it all is too high. One thing to look at is Retain History in the Debug I/O tool's Options menu. But that would be relevant only if there are multiple processes and you're losing output from earlier processes because Wing is discarding their output when new processes are started. From what you wrote above, I'm not sure that's what's happening.

Wingware Support's avatar
4k
Wingware Support
answered 2022-04-06 08:01:34 -0500
edit flag offensive 0 remove flag delete link

Comments

the oldest logging isnt in the Debug I/O window when script is finished. i switched to using an external console, seems like an OK workaround. thanks.

pymike's avatar pymike (2022-04-06 08:36:22 -0500) edit

Sounds like some output is lost. Do you know if it's there initially and then truncated or just never shows up? I'm suspecting the latter and we'll look into it. Thanks for reporting this problem.

Wingware Support's avatar Wingware Support (2022-04-07 11:41:09 -0500) edit

i'll disable external console and watch to see if truncated or always missing. thanks!

pymike's avatar pymike (2022-04-07 12:23:31 -0500) edit
add a comment see more comments
0

Sorry, turns out that Wing does truncate the buffer to keep it below 10MB in size due to performance limitations in the underlying UI toolkit. The work-around is to use Configure External Console in the Debug I/O tool's Options menu.

Wingware Support's avatar
4k
Wingware Support
answered 2022-04-07 13:28:47 -0500, updated 2022-04-11 09:22:08 -0500
edit flag offensive 0 remove flag delete link

Comments

OK thanks for the clarification.

pymike's avatar pymike (2022-04-11 13:10:28 -0500) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer