0
When I start application with gui from linux terminal, i am able to see whats happening iunder the gui in that terminal. And if it crashes, most of the time there is problem why did it crashed. So my question is, is there possibility to view that kind of log when app is already running, and was started not from terminal, but using desktop environment, or something like dmenu. What about windows? Can you start app and see whats happening, and why does it crash?
Actually, you don’t see what’s happening. You see what the program is actively printing to
stdout
. – Daniel B – 2014-12-17T15:54:12.840@DanielB Also
stderr
, which is actually mostly what they're writing to in my experience. – cpast – 2014-12-17T16:35:05.663