Java Cup
Inside Java

News and views from members of the Java team at Oracle

Tutorial - Debugging in Java

We all write perfect code that works on the first attempt, right? Ha! Just kidding. We often have to find and fix errors in our code. This process is called debugging. You might be wondering why it is called "debugging". The term became popular in the 1940s after Admiral Grace Hopper found a moth inside a computer (remember computers were giant back then so an actual insect could get in.) ...


More at https://dev.java/learn/debugging/.