DEBUG MESSAGES on the Console

About Monkey 2 Forums Monkey 2 Programming Help DEBUG MESSAGES on the Console

This topic contains 4 replies, has 4 voices, and was last updated by  Mark Sibly 2 years, 3 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #6186

    APC
    Participant

    Hello Mark,

    How can I disable these messages from printing to the console? it happens on all the targets.

    SDL_WINDOWEVENT_FOCUS_GAINED
    SDL_WINDOWEVENT_FOCUS_LOST
    SDL_WINDOWEVENT_FOCUS_GAINED
    SDL_WINDOWEVENT_FOCUS_LOST
    SDL_WINDOWEVENT_FOCUS_GAINED
    SDL_WINDOWEVENT_FOCUS_LOST
    SDL_WINDOWEVENT_FOCUS_GAINED
    SDL_WINDOWEVENT_FOCUS_LOST
    SDL_WINDOWEVENT_FOCUS_GAINED

    #6195

    codifies
    Participant

    just comment them out (it’s what I did)

    [/crayon]
    #6204

    APC
    Participant

    Thanks you codifies , besides commenting on all the Print “SDL” statements I had to rebuild all modules!

    #6208

    nerobot
    Participant

    These messages are inside of one file – app.monkey2, but the best way is Mark will comment them.

    If you don’t want to wait – comment these 2 lines with print and rebuild only mojo module.

    need to add context menu item “Rebuild module” in ted2go…

    #6222

    Mark Sibly
    Keymaster

    I think monkey2 needs a ‘log’ system…will look into it soon.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.