[Wine] Debugging textedit (gathering its content)

James McKenzie jjmckenzie51 at gmail.com
Sun Jun 19 11:45:21 CDT 2011


On 6/19/11 7:12 AM, ElseCZ wrote:
> Hi guys,
>
> I'm new in wine debugging, but i need to get content of textbox to console. I tried
>
>
> Code:
>
> WINEDEBUG=+edit ./app.exe 2>&1
>
>
It depends on the type of edit box.  You might want to try this:

WINEDEBUG=+richedit,+edit ./app.exe &> file.txt

if you are using bash as your shell.




More information about the wine-users mailing list