How to setup VS code for C and C++ code debugging(In Hindi)

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • In this video you will learn about how to setup VS code for C and C++ code debugging.
    Link to VS code: code.visualstu...
    Link to MinGw tool: www.msys2.org/
    For more info on launch.json: code.visualstu...

Комментарии • 34

  • @razorr1920
    @razorr1920 Год назад +3

    Very well done. Nicely explained. After trying the whole night just to enable debugging and watching around 20 odd videos, your method worked. Great videos. Make more in depth videos on debugging c / c++ code. Subscribed instantly.

  • @allsufferingsaretemprory4529
    @allsufferingsaretemprory4529 Год назад +2

    Nice video, it cleared all my doubts. I had been trying for 2 hours to run dubugger but it didn't worked. But after watching your video,after making changes, it worked in just 1 minute. Thanks!!

  • @hackerramanujan8766
    @hackerramanujan8766 Год назад +1

    hey buds , for me this is the best video for vscode set up , amazing dude ..!!

  • @Entertainment-fl6ep
    @Entertainment-fl6ep 7 месяцев назад +1

    Pretty much help thanks for the tutorial ❤❤

  • @himanshigarg1431
    @himanshigarg1431 7 месяцев назад +1

    thank you so much for this helpful video

  • @kaneez_e_batool512
    @kaneez_e_batool512 Год назад +1

    Honestly, I have no words to thank. You clear every doubt.

  • @balancemyself
    @balancemyself Год назад +1

    it worked thanks bro.

  • @zakirahimi7924
    @zakirahimi7924 Год назад +1

    very well explained

  • @abhishekverma4693
    @abhishekverma4693 Год назад +1

    well explained

  • @LaibaAttique-xo9nw
    @LaibaAttique-xo9nw 3 месяца назад

    Its really good
    But im still having issue in running the program after doing all this

  • @feelsgood3209
    @feelsgood3209 Год назад +1

    Thank you.

  • @manishaparmar8918
    @manishaparmar8918 2 года назад

    Thanks for this video.

  • @pruthvinathreddy
    @pruthvinathreddy 6 месяцев назад

    in my terminal printf and scanf statements are not running while debugging I can see the variables changinging their values but the output isn't printing in terminal while debugging?hhow to fix this

    • @AkOp-bf9vm
      @AkOp-bf9vm 5 месяцев назад

      i am facing the same problem. Did you find any solution??

  • @b_technical4017
    @b_technical4017 Год назад

    Bro the Bin directory is Empty ...What to do?

  • @mohitdad4117
    @mohitdad4117 Год назад

    Brother sab kuch dekh liye try kr liya still code run nahi ho rhe h vs code me😢 aapka social media handle share kr skte ho waha pura samjane k liye plz😗

    • @codedeveloper8143
      @codedeveloper8143  Год назад

      what is the problem you are facing?

    • @mohitdad4117
      @mohitdad4117 Год назад

      @@codedeveloper8143 brother jb me code run kr rha hu toh o/p section me ek baar run ho rha h then again kr rha hu toh ek bhi baar nahi and jb run in terminal on kr ke run kr rha hu toh terminal me ek bhi baar run nhi ho rha h

    • @mohitdad4117
      @mohitdad4117 Год назад

      @@codedeveloper8143 PS C:\C++> cd "c:\C++\" ; if ($?) { g++ try.cpp -o try } ; if ($?) { .\try }
      c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../libmingw32.a(main.o):(.text.startup+0xa0): undefined reference to `WinMain@16'
      collect2.exe: error: ld returned 1 exit status

    • @codedeveloper8143
      @codedeveloper8143  Год назад

      remove all the terminal window from bottom right and try re-run. It should work

  • @reel339
    @reel339 Год назад

    problem ab bhi solve nhi hui

  • @harishali4044
    @harishali4044 11 месяцев назад

    Sir Please apna WhatsApp Number share krdijiye Sir Plz Main 1 mahine se Vs Code try kr rha hu prr ni kr pa rha theek se work plz help
    PLZ

  • @nandeeshhiremath8623
    @nandeeshhiremath8623 Год назад +1

    During debugging output is not printing in terminal what to do