Bottles icon indicating copy to clipboard operation
Bottles copied to clipboard

[Request]: Increase maximum line count from 512 in winedbg console

Open JamiKettunen opened this issue 1 year ago • 2 comments

Tell us the problem or your need

I'm trying to debug a seemingly random crash of an application under Bottles, but the Debugger under Legacy Wine Tools only shows up to 512 lines of output/scrollback which is way too little for the bt full output and so I cannot get a full picture of the situation.

Describe the solution you'd like

I'd like the winedbg console maximum line count be increased from 512 to something more reasonable such as 4096 at the very least and introduce a config option in case even more scrollback is needed.

Other solutions?

Perhaps some way to export the winedbg console output to some log file could be nice as well.

Additional context and references

Screenshot of the winedbg console with very limited scrollback of just 512 lines: image

JamiKettunen avatar Sep 20 '22 00:09 JamiKettunen

Can't resize the window?

mirkobrombin avatar Sep 20 '22 06:09 mirkobrombin

It's not about the window size but the scrollback of the contents / text; there's no scrollbar either which would be a great addition.

JamiKettunen avatar Sep 20 '22 07:09 JamiKettunen

I understand, I'll investigate

mirkobrombin avatar Sep 25 '22 13:09 mirkobrombin