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.
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.
@@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
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.
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.
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?
7 ad slots in an 11 minute video is insane
Watching youtube without adblocker is insane
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.
@@jewhunterbiden honestly
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.
@@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
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.
This video deserves a lot more likes and comments.
Thanks.
that is not pink, it is orange
Thanks bro for the information.
It really helped our town from tsunami yesterday.
Here is the medal take.
@@DirisalaSandeepKumar xD
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.
Very helpful. About to do Python debugging job interview and this crash course helps me prepare.
Super clear video. Thank you! 🙏
You didn't explain whats happening in debugging..just explained options which is not the motto😢
This was very basic for debugging. About half of the video was about python development in Vscode.
Nice! But when I run debugger and try read a file in other folder it does not works...are there some solution for that?
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.
@legendgod did you set up the launch.json for your project? I was having that problem as well
Massively helpful - thanks!
thank you !!! Good job !!! u helped me !
While debugging, the strip at the bottom is orange..
Take this bro.
you haven't told how to add pythono path to vscode config. thats the basic step if you want to put debugger points. Thanks
Can you show the real use-case of this python debugging?
Very well explained
Do I need to download an extension before debugging in python. I tried debugging but it did not run
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?
You just need the python extension.
@@jimbarino2 sure. I got it now.
Thanks for the explanation
Good video thank you
how come u have django in ur selection, i dont see mine
muy bueno tu video chaval
Thank you. very well explained.
Gracias, me sirvió.
Thank you so much sir
Crystl clear explanation thanks
very well explained! thanks
My code execution never stops at break points, any idea what i am missing
maybe you are skipping the breakpoint? if you have
if a>b:
print('xxx')
and a breakpoint at the print statement, but if a
Very useful. Thank you. What of AI powered debuggers?
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
thank you so much
This no longer works. Please update.
pink?!?!
Debugger explanation is good but rest half of the video is irrelevant.
Ad ad ad how much money you want
You are not helpful in any way , you can't explain anything
deBUG
Very helpful video. Thanks!