Search Results

6
votes

The single most useful Emacs feature

M-x gdb to test in the debugger while automatically moving through the source tree in other windows. Set break points by opening the source file and doing C-x on the appropriate source lines. …
2
votes

What’s the least useful comment you’ve ever seen?

A very large source file, implementing multi-threading in a single process. In the midst of all the call-stack switching and semaphore grabbing and thread suspension and resumption was a simple co …