Le 08/11/2016 à 14:20, racoon a écrit :
When fiddling with the code I often would like to print output some value to a console (the message pane?). What is a good way to do this?
You can use the stream lyxerr: lyxerr << "Variable foo is " << foo <<endl; This may require to add #include "support/debug.h" in the file. JMarc