Is there a way to view C code "live", by displaying the current current line, as it is being executed?
You can pretty close by using GDB, but I'm wondering if there ...
I just got my GPU-enabled video card and started playing with CUDA. Just to get my head straight with blocks and threads I wrote a simple kernel that just stores its ...