print debug information in emwin simulation

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • print debug information in emwin simulation

    Hello.

    I want to evacuate some debug informations with the emwin simulation (Visual Studio)
    I do a simple printf operation, but nothing is displayed ...

    I tried also fprintf(stderr,"hello World\n");
    Same issue.

    is it possible to evacuate trace in the stoud ?

    Thanks.
  • I saw some functions :
    SIM_GUI_Log
    SIM_GUI_Warn
    SIM_GUI_ErrorOut

    For the first and the second, nothing is displayed.
    For the Error function, there is a popup displayed each time , so it is not usable ...

    any idea ??