Debugging C/C++ with LLDB Tutorial

Sdílet
Vložit
  • čas přidán 27. 08. 2024

Komentáře • 64

  • @sumantkalra9001
    @sumantkalra9001 Před 2 lety +6

    This tutorial is so elegant that it forced me to write my first comment on youtube. Thanks.

  •  Před 4 měsíci +2

    Great tutorial! It is not only a good lldb tutorial, but it is also a good general debugging overview for newcomers.

  • @utm13n
    @utm13n Před 2 lety +10

    I've been surfing through lldb videos looking for a concise intro, and yours is the best I've come across. Thanks for putting this together! As c++ beginner, I can see how valuable knowing how to use a debugger will be the learning process. If you're feeling ambitious, I'd certainly appreciate any intro c++ videos you might put together.

  • @yusuf3728
    @yusuf3728 Před 2 lety +4

    Amazing tutorial, no nonsense words. 40 mins passed like 10 mins. Thank you so much

  • @illyay1337
    @illyay1337 Před 3 lety +2

    I've been debugging with IDE's all my life and I found myself having no choice but to debug from a terminal. This was super helpful. I'm suddenly a more 1337 coder all of a sudden.

  • @constant3130
    @constant3130 Před 3 lety +4

    The best introduction to lldb I have seen so far - and I have been desperatly looking for one, believe me! Thank you for making it !

  • @kiokunoroi7854
    @kiokunoroi7854 Před 2 lety +1

    This is some GOOD quality tutorial video!
    I've never been more thankful to someone.
    Really THANK YOU for the detailed clean tutorial

  • @jasonhe6947
    @jasonhe6947 Před rokem

    Thanks for making this great tutorial. It helps a lot to get into this topic. Def want to see a more in-depth video of this topic.

  • @teC5
    @teC5 Před rokem

    perfect explanation, clear and to the point. Ran into some regression in my usual gui based debugger and this helped me continue on.

  • @user-xd5gd4pc9h
    @user-xd5gd4pc9h Před 2 lety

    Great video, and looking forward for the part2. LOL!

  • @meharpreetsinghnanda6682

    Amazing tutorial for getting started with lldb

  • @kombaimusiclab3699
    @kombaimusiclab3699 Před 2 lety

    Nice work, you go straight to the point with a great example. Thank you for this tutorial.

  • @walid4588
    @walid4588 Před 2 lety

    Thank you for this tutorial. this is very helpful.

  • @shengguangxiao1452
    @shengguangxiao1452 Před 11 měsíci

    Good and clear explanation

  • @oleksasirotinin1532
    @oleksasirotinin1532 Před rokem

    beautiful explanation. thank you very much!

  • @lethality3704
    @lethality3704 Před rokem

    such good quality video, you deserve more subscriber bro!

  • @vinnar1
    @vinnar1 Před 3 lety +1

    Really helpful. Thanks for your time and effort.

  • @deep2mixer
    @deep2mixer Před rokem

    Excellent tutorial ..thanks

  • @eduardovelardepolar5754
    @eduardovelardepolar5754 Před 2 lety +1

    Great video, thanks a lot

  • @tutorialstube9587
    @tutorialstube9587 Před 3 lety +1

    This tutorial is great. Can you please make more videos debugging c++ with lldb? Thanks.

  • @jinhopark3671
    @jinhopark3671 Před 3 lety

    Thank you so much! It was very helpful with all the details and examples.

  • @jantonisito
    @jantonisito Před 2 lety

    It was quite useful - I just started using LLDB and it was great beginner level pedestrian tutorial. Definitely see the value in learning LLDB. You may show the full code a bit earlier in the video. Also on watchpoints - they become disabled if you restart the process - would be nice to know how to re-enable them. Thanks!

  • @shawnxihaowu7638
    @shawnxihaowu7638 Před rokem

    Thank you so much for this video! Super helpful!!

  • @jayhanjaelee
    @jayhanjaelee Před 11 měsíci

    Great video. Thank you!

  • @samuelmartin7319
    @samuelmartin7319 Před 2 lety

    This video was great! Thank you!

  • @arlotetxu
    @arlotetxu Před rokem

    Nice tutorial!! Really helpfull and valuable!!

  • @sortof3337
    @sortof3337 Před rokem

    Very good video. I've started getting into c again for fun and looking to refresh my lldb/gdb knowledge. THanks
    Hey, can we get access to those slides?

  • @ali51717
    @ali51717 Před 3 lety

    This is a very nice lightweight introduction to lldb.
    Thanks

  • @yyangdid
    @yyangdid Před 3 lety

    Very useful video, thank you!

  • @psmdream
    @psmdream Před 3 lety +1

    Thanks a lot for your video.

  • @shashanksharma21
    @shashanksharma21 Před 3 lety

    thanks for the very informative video !

  • @javipy2731
    @javipy2731 Před rokem

    is it possible to debug an application that consists of multiple processess and/or multiple threads, with lldb relatively easy?

  • @Ethan-po8ji
    @Ethan-po8ji Před 2 lety

    This is nice!

  • @rajupadhyay694
    @rajupadhyay694 Před 7 měsíci

    How do one find proper segmentation error in lldb
    I use mac

  • @90125iahg
    @90125iahg Před rokem

    very useful

  • @GlobalYoung7
    @GlobalYoung7 Před 2 lety

    Thank you 🙏 ❤️

  • @moviesynopsis001
    @moviesynopsis001 Před 8 měsíci

    Is it possible to be as efficient in terminal lldb as a gui based debugger? To me it just seems annoying having to prompt everytime where as something like visual studio displays all the information while your stepping through.

    • @Andre-LA
      @Andre-LA Před 5 měsíci

      Use the "gui" command

  • @Tachiguro
    @Tachiguro Před 11 měsíci

    Thanks a lot!!!

  • @lakshyarajsinghrathore1902

    whenever I try to set a break point it shows no locations (pending) and have tried every solution i could have but nothing is working

  • @JamesTJoseph
    @JamesTJoseph Před 11 měsíci

    Thank you

  • @nex7268
    @nex7268 Před rokem

    thx it helps a lot🙂🙂

  • @davidthai7144
    @davidthai7144 Před 2 lety

    At 17:35, what does the $ mean in $2 = 0.
    And why does it change to $3 at 17:52?
    It's still referring to the same variable.

    • @philperry6564
      @philperry6564 Před rokem

      I think that's the evaluated expression of the variable at a given frame.

    • @davidthai7144
      @davidthai7144 Před rokem

      @@philperry6564 Finally, a reply to an answer that I needed over a year ago!

  • @SonarSystemsCoUk
    @SonarSystemsCoUk Před 3 lety

    Interesting stuff

  • @shawnswanson7721
    @shawnswanson7721 Před 3 lety

    Very informative video. Thanks. Any chance you know how "gui" command works with lldb?

  • @jakubstepien7257
    @jakubstepien7257 Před 3 lety

    It is a pity that the automatic translation of subtitles into Polish does not work here.

  • @runasand
    @runasand Před 3 lety

    This is really helpful, thank you! Are you planning a Part 2 still?

    • @eastonbenson4495
      @eastonbenson4495 Před 3 lety

      i know im asking the wrong place but does anyone know a trick to log back into an Instagram account??
      I was stupid forgot the login password. I love any tricks you can offer me!

    • @raylansamuel8174
      @raylansamuel8174 Před 3 lety

      @Easton Benson instablaster =)

    • @eastonbenson4495
      @eastonbenson4495 Před 3 lety

      @Raylan Samuel thanks so much for your reply. I found the site on google and Im trying it out atm.
      I see it takes quite some time so I will get back to you later with my results.

    • @eastonbenson4495
      @eastonbenson4495 Před 3 lety

      @Raylan Samuel It worked and I actually got access to my account again. I am so happy!
      Thanks so much you saved my ass !

    • @raylansamuel8174
      @raylansamuel8174 Před 3 lety

      @Easton Benson You are welcome :)

  • @zu1191
    @zu1191 Před 2 lety

    This is fucking good
    BTW where is 2nd video????????

  • @ne_bknnlive3920
    @ne_bknnlive3920 Před 3 lety

    Thanks

  • @DaPsychocat
    @DaPsychocat Před 3 lety

    I'm suing lldb on ubuntuX and it doesn't look like that at all, everything is displayed as function_name + X, making it extremely difficult to interpret. Does someone know why it does that and how I can correct it ?

    • @NickEnchev
      @NickEnchev Před 3 lety

      Have you made sure your code is compiled for debugging? Maybe your debug symbols are not enabled. What compiler and build system are you using?

  • @raiyanreza9764
    @raiyanreza9764 Před 3 lety

    hi where the powerpoint?