Why is debug output in message pane different from terminal

Richard Kimberly Heck rikiheck at lyx.org
Wed Feb 24 23:31:16 UTC 2021


On 2/24/21 4:03 PM, Stephan Witt wrote:
> Hi all,
>
> while trying to understand bug #11013 I have a problem with message pane output.
>
> The output is as follows:
>
> frontends/qt/GuiApplication.cpp (2329): action first set to []
>
> The corresponding debugger terminal output is:
>
> frontends/qt/GuiApplication.cpp (2329): action first set to [dialog-toggle]
>
> The code is:
>
> LYXERR(Debug::KEY, "action first set to [" << func.action() << ']');
>
> Please, is anybody here to explain it? I need to see the text in message pane at run-time.

So it appears correctly in the terminal but not in the message pane? If 
you run from a terminal, that's what happens?

Riki




More information about the lyx-devel mailing list