Having trouble with the debug logging

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

  • Having trouble with the debug logging

    I'm developing a GUI using EmWin in the simulator on Visual Studio (ICK) and I'm unable to get anything other than the GUI_X_ErrorOut to work, which is not particularly useful.

    I've got
    #define GUI_DEBUG_LEVEL GUI_DEBUG_LEVEL_LOG_ALL
    in GUIConf.h

    I only have a SimError.log and it doesn't contain any of the GUI_X_Warn or GUI_X_Log statements that I've put in the code.

    What am I doing wrong?