Simple debugging with gdb
Debugging
Finding and repairing software errors is known as debugging. When a program has bugs, it can crash, behave unpredictably, or generate inaccurate results. In most cases, the steps involved in debugging are:
Identifying the Bug: This can be ...
blog.jyotiprakash.org5 min read