Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
An introduction to debugging C and Java
Rating: 4.3 out of 5(153 ratings)
12,673 students
Created byNick Broom
Last updated 8/2018
English

What you'll learn

  • At the end of this course students will be able to create clear, readable programs that make debugging much easier
  • At the end of this course students will be able to use GDB to locate and fix errors in C programs.
  • At the end of this course students will be able to use Eclipse to locate and fix errors in Java programs

Course content

4 sections43 lectures2h 20m total length
  • Course Breakdown2:56

Requirements

  • A basic understanding of C and Java

Description

This course will begin by discussing how you can make clear, concise programs to make the process of debugging much easier. Then we will cover how you can use the debugging tool GDB to debug C programs from the terminal and give you the opportunity to practice your new skills with five practical exercises. In the final section we will investigate how we can use the debugging tools available within the Eclipse IDE to fix broken Java programs and like the previous section there will be five practical exercises.

Who this course is for:

  • Developers with some experience of C and Java looking for a clear strategy to use when their program breaks.