Posts Tagged ‘Debugging’
0×02: Don’t go Hamlet on me!
15Sep08
When something’s rotten in the State of Denmark – I prefer to know! If you feel the same, and you have some C/C++-background: chances are that you know about assertions.
For everybody else: C/C++ programs can usually be compiled in two different modi, debug and release: in debug mode the following C source code line
[...]
Filed under: 1rad, Debugging Tools | 2 Comments
Tags: Debugging, ruby