Debugging Python with Visual Studio Code (VSCode)

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

КОМЕНТАРІ • 55

  • @vedirah
    @vedirah Рік тому +38

    7 ad slots in an 11 minute video is insane

    • @jewhunterbiden
      @jewhunterbiden 10 місяців тому +22

      Watching youtube without adblocker is insane

    • @EpicSpence
      @EpicSpence 9 місяців тому +3

      He covered in 11 mins what most creators would extend to 5 x 10 min videos each with a minimum of 4 ad rolls each. So technically, you are saved from 13 ads.

    • @Codebylanre
      @Codebylanre 8 місяців тому

      @@jewhunterbiden honestly

    • @rajshah7734
      @rajshah7734 6 місяців тому +3

      UA-cam's Business Model is a crazy genius. We pay UA-cam to not show ads and Businesses pay UA-cam to show ads. But I think we should not try to use adblockers or UA-cam Premiums because ads help Content Creators a lot.

    • @TheBanananutbutton
      @TheBanananutbutton 5 місяців тому

      @@rajshah7734 i think content creators get money if u watch using premium. Also, they get so very little from ads that i've heard content creators say skip/block the ads and just support them through other ways

  • @jeff-creations
    @jeff-creations 2 місяці тому

    Very nice explanation of the debugger. Thanks, it worked great! I really like the step feature, shows you exactly how the code is running and updating the variables.

  • @geoafrikana
    @geoafrikana Рік тому +2

    This video deserves a lot more likes and comments.
    Thanks.

  • @GustavoOliveira-gp6nr
    @GustavoOliveira-gp6nr 6 місяців тому +11

    that is not pink, it is orange

    • @DirisalaSandeepKumar
      @DirisalaSandeepKumar 2 місяці тому +3

      Thanks bro for the information.
      It really helped our town from tsunami yesterday.
      Here is the medal take.

    • @Shadow-yn7lr
      @Shadow-yn7lr 10 днів тому +1

      @@DirisalaSandeepKumar xD

  • @atriusvinius319
    @atriusvinius319 8 місяців тому +1

    Can i run debugging in step-by -step mode? So that i can see every lines executed gradually. Like a visualize execution in Python Tutor.

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

    Very helpful. About to do Python debugging job interview and this crash course helps me prepare.

  • @lumotroph
    @lumotroph 2 місяці тому

    Super clear video. Thank you! 🙏

  • @zafrulislamshaik2390
    @zafrulislamshaik2390 6 місяців тому +1

    You didn't explain whats happening in debugging..just explained options which is not the motto😢

  • @tmhudg
    @tmhudg 11 місяців тому

    This was very basic for debugging. About half of the video was about python development in Vscode.

  • @eliabekun
    @eliabekun Місяць тому

    Nice! But when I run debugger and try read a file in other folder it does not works...are there some solution for that?

  • @legendgod
    @legendgod 10 місяців тому

    I followed the steps exactly. The code and file name are the same as your video. However when I press "Run and Debug", the program is completed without stop at the breakpoint. The variables, watch and callstack panel prompt up but they are empty.

    • @jr.pierre9940
      @jr.pierre9940 10 місяців тому

      @legendgod did you set up the launch.json for your project? I was having that problem as well

  • @julianf5089
    @julianf5089 10 місяців тому

    Massively helpful - thanks!

  • @kevinschwab4770
    @kevinschwab4770 4 місяці тому

    thank you !!! Good job !!! u helped me !

  • @louishauger3057
    @louishauger3057 9 місяців тому +2

    While debugging, the strip at the bottom is orange..

  • @bhaskarreddy-bd7hz
    @bhaskarreddy-bd7hz 10 місяців тому +1

    you haven't told how to add pythono path to vscode config. thats the basic step if you want to put debugger points. Thanks

  • @baburamchaudhary159
    @baburamchaudhary159 4 місяці тому

    Can you show the real use-case of this python debugging?

  • @S-kd3hn1
    @S-kd3hn1 5 місяців тому

    Very well explained

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

    Do I need to download an extension before debugging in python. I tried debugging but it did not run

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

      I'm not shure, but I use the python extension from Microsoft, which contains many features and it worked for my debugging.
      Also at minute 3:40, he explains about selecting a debugger, may be you missed it?

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

      You just need the python extension.

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

      @@jimbarino2 sure. I got it now.

  • @marjimgu
    @marjimgu 5 місяців тому

    Thanks for the explanation

  • @scigama71
    @scigama71 3 місяці тому

    Good video thank you

  • @arandombomb5639
    @arandombomb5639 11 місяців тому

    how come u have django in ur selection, i dont see mine

  • @anaacosta2093
    @anaacosta2093 11 місяців тому

    muy bueno tu video chaval

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

    Thank you. very well explained.

  • @MateFast_Oficial
    @MateFast_Oficial 8 місяців тому

    Gracias, me sirvió.

  • @unique_bhanu
    @unique_bhanu 4 місяці тому

    Thank you so much sir

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

    Crystl clear explanation thanks

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

    very well explained! thanks

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

    My code execution never stops at break points, any idea what i am missing

    • @rubenvandenbroek9689
      @rubenvandenbroek9689 7 місяців тому

      maybe you are skipping the breakpoint? if you have
      if a>b:
      print('xxx')
      and a breakpoint at the print statement, but if a

  • @pleabargain
    @pleabargain 10 місяців тому

    Very useful. Thank you. What of AI powered debuggers?

  • @xy_zo8781
    @xy_zo8781 3 місяці тому

    Why do you have to add *running file tutorial* in a debug video, I came here to learn how to debug not how to run my file

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

    thank you so much

  • @sharonstark8551
    @sharonstark8551 4 місяці тому

    This no longer works. Please update.

  • @Mike40669
    @Mike40669 Місяць тому

    pink?!?!

  • @choudhrymujtaba
    @choudhrymujtaba 5 місяців тому

    Debugger explanation is good but rest half of the video is irrelevant.

  • @secretchef29
    @secretchef29 4 місяці тому

    Ad ad ad how much money you want

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

    You are not helpful in any way , you can't explain anything

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

    deBUG

  • @industryrule-4080
    @industryrule-4080 Рік тому

    Very helpful video. Thanks!