September 2024
Beginner to intermediate
985 pages
35h 37m
English
When I started programming—at that time, with the Java programming language—one of the aha! moments that contributed significantly to my understanding of programming was the use of a debugger. With the help of such a debugger, it’s possible to pause a program at a certain point, to go through the following statements step by step, to look at the variable assignments, and much more.
Most programming books only present an introduction to debugging in later chapters—if any. However, this doesn’t seem didactically clever because it means that one of the essential tools of everyday programming, and particularly one that contributes to the understanding of programming, remains unmentioned for a long ...
Read now
Unlock full access