CUDA errors disappear too fast Can't read what they say!

Hi All,

Sorry for the noob question as I am new to CUDA, but I am getting error messages from CUDA that I can’t read because they pop and and disappear too quickly. Has anyone got an idea around this? I’ve tried taking screenshots but this is too time-consuming.

./application 2>stderr_log

or whatever the equivalent is on Windows (&2>file? I forget)

assuming you want stderr, that is.

If you are using Visual Studio you can also press CTRL+F5 to start your program and then it’ll not close the window if there is an error.