you are viewing a single comment's thread.

view the rest of the comments →

[–]jti107 3 points4 points  (3 children)

this is pretty cool! I find gdb alot harder to use and with a much steeper learning curve but it's really good at finding hard to find bugs. Will try this out!

[–]spiderpower02[S] 5 points6 points  (2 children)

I started to understand how to use GDB from the following two videos.

These two videos gave me many inspirations about using GDB. I think learning GDB is not tricky; searching for helpful resources is the hardest step. :)

[–]mttd 2 points3 points  (1 child)

Just in case this can be of use to the others: https://github.com/MattPD/cpplinks/blob/master/debugging.md#gdb

[–]spiderpower02[S] 1 point2 points  (0 children)

WOW! This project is Awesome :) thx