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.