Debugging C Code

0
LinkedIn Learning Review
Location
Online(Course Link)
Dates
On Demand
Course Categories
IT, Technology and Software
Certficate
Yes()
Language
English
Course Fees
US Dollar 15.94 (Check Course Page for Last Price)No. of Attendant
Unlimited
Acquired Skills/Covered Subjects
- Bugs in Your Code,IDE Debugging
Provider Name | LinkedIn Learning |
---|---|
Training Areas |
|
Website | https://www.linkedin.com/learning/ |
About The Provider |
LinkedIn Learning is an American website offering video courses taught by industry experts in software, creative, and business skills. It is a subsidiary of LinkedIn. It was founded in 1995 by Lynda Weinman as Lynda.com before being acquired by LinkedIn in 2015.Microsoft acquired LinkedIn in December 2016. |
It's not a matter of if you find bugs in your C code—it's a matter of when. And even for advanced developers, finding and fixing bugs can be a challenge. In this course, get an in-depth look at tools and best practices that can help you spot and resolve bugs in your C code. Instructor Dan Gookin kicks off the course by going over the nature of bugs, common coding problems, and how to track variables and situations in your code without using debugging software. Next, he covers how to work with an IDE debugger—Code::Blocks—to step through code, find flaws, and resolve issues. To wrap up, Dan covers how to use the GNU Debugger, a staple in the Unix environment, to examine and decompile code. Along the way, he provides challenges that allow you to put your new debugging skills to the test.