Try running it as non-debugging as you can:
- Use release build instead of debug build
- Use Ctrl-F5 instead of F5 to run (so there is no debugger)
IIRC, which will prevent the display of diagnostic information. You probably only need to complete one of these steps, but I could not tell you that because of this.
source share