GDB Beginner Masterclass

Поділитися
Вставка
  • Опубліковано 21 лис 2024

КОМЕНТАРІ • 10

  • @denismazurak2925
    @denismazurak2925 2 роки тому +8

    This was very helpful, thanks a lot! I'm learning C at the moment, and I used a debugger only a couple times before, inside an IDE. The fact that it's possible to debug through a terminal without so much pain is mind-blowing!

    • @MikeShah
      @MikeShah  2 роки тому +1

      Agreed, it's super powerful and my primary means of debugging now :D

  • @deutschWallah
    @deutschWallah 2 місяці тому +1

    Again very clear and concise video from Mike. Too good.

  • @holyshit922
    @holyshit922 9 місяців тому +1

    For windows gdb - help (I have 7.6 version approximately 10 years old)
    but -help just lists available options and it is not enough for me

    • @MikeShah
      @MikeShah  9 місяців тому

      Hmm, are you able to run gdb ./executable_name ? From within gdb you can also do 'help' as well

  • @chinakohl2355
    @chinakohl2355 Рік тому +1

    Thanks a lot for this intruduction

  • @fordprefect7779
    @fordprefect7779 Рік тому

    Thanks for this good introduction!