Why does Travis’ “Debug” build clear the console?
One of the most annoying things when debugging, especially when debugging things that trigger an ‘exit’ somewhere: You walk carefully through your steps, eventually reaching the point of the command that has some issue. You modify the command to enable whatever debugging you can get. You run it, it 'exit’s, and BAM! – Console cleared, “[lost server]” and the connection to the debug build is gone.
Please remove the .bash_logout
, and whatever else is clearing the console, please!