linuxchixin / talks

Propose your talks/workshops here
14 stars 9 forks source link

gdb - Debugging tool for C/C++ programs #7

Closed akshseh closed 7 years ago

akshseh commented 7 years ago

gdb - also called GNU debugger is one of the most popular debugging tools to debug C or C++ programs from the command line. This talk will cover all the steps involved in debugging a program. Stepping through the code and finding the error using various techniques like setting up watchpoints, backtracing etc.

It would be a 30 min talk approximately.

CuriousLearner commented 7 years ago

@aksh98 Do you have the slides ready? If not, when you have them, can you please update here?

akshseh commented 7 years ago

Yeah sure :) I'll upload them soon.

akshseh commented 7 years ago

Hi, Kindly review the attached slides. Slides: GNU debugger.pdf

CuriousLearner commented 7 years ago

@aksh98 LGTM. I hope it would be along with a demo :)

@shivan1b can take a look here.

akshseh commented 7 years ago

Yes, I'll present it alongside a demo.

shivan1b commented 7 years ago

Please include LinuxChix India logo/name on the front slide. Everything else looks good. All the best! :)

CuriousLearner commented 7 years ago

Added to README in 1902843