Code debugging is one of the most fundamental, crucial and important aspects of software development. It is the way to properly construct your software logic and find out the reasons for problems to solve them.
Without proper debugging knowledge, it would be almost impossible to develop a big application. Without debugging, it would be too hard...