Just found this. Thanks for the intro to debugging. What about executing a debuging program in another directory (where the data is located but the python code is in another directory in your system path)? What about the custom debug file launch.json, what's that all about?
Hello sir I'm a newbie to visual studio, and whenever I run/debug my program to Chrome it just opened and within a sec or 2 it closes, i tried changing my browser, tried uninstalling and reinstalling visual studio both didn't work. Please can you help?
Hmm, this is python debugging, so it should have nothing to do with Chrome browser. Python is debugged in Terminal. You might have something in your settings.json triggering Chrome open, but not sure.
amazing, clear, simple. thank you! I am ready to finally start debugging my code instead of doing a bunch of prints :)
@@valentinasinichenko751 glad it helped :) wooo! python debugging!
Just excellent! Straight to the point! Thanks!!
Exactly what I was looking for. Thank you.
Just found this. Thanks for the intro to debugging. What about executing a debuging program in another directory (where the data is located but the python code is in another directory in your system path)? What about the custom debug file launch.json, what's that all about?
Nice video, too clear to understand even with my intermediate english :)
Is it possible to break on main automatically (without specifying breakpoints) ?
Thank you for this. It has been very helpful.
Thank you, very helpful and clear!
Thanks, this helped me understand it better.
I’ve yet to find if it’s possible to view the dimensions of variables, like if it’s a [128,1,32,32] tensor, where can I easily find those dimensions?
thanks a lot! really helpful and gave you the 666 thumbup which means pretty cool! haha
Very Helpful
Great, simple tutorial. Switching to vs code from pycharm and this was helpful!
Thanks a lot!
Great and concise video!
thanks glad it was helpful
press ctrl f5 to open vscode's debugger menu, just pressing f5 won't work.
Thank you!
why when i press F5 i don't find python file??????????
Did u save this file?
@@knowledgeworld2866 i fixed that, thank u
Hello sir I'm a newbie to visual studio, and whenever I run/debug my program to Chrome it just opened and within a sec or 2 it closes, i tried changing my browser, tried uninstalling and reinstalling visual studio both didn't work.
Please can you help?
Hmm, this is python debugging, so it should have nothing to do with Chrome browser. Python is debugged in Terminal. You might have something in your settings.json triggering Chrome open, but not sure.
@@ghosttogether i need it's fix sir any help please?
@@fantasticbro8189 hove you find the solution?
Awsome video!
cheers!
What if F5 doesn't do anything?
Please update. This no longer works.
F5 does not start debug
what interpreter
It doesn't work. Its behaviour is like breakpoints aren't in the code.
littile bit confusion
What is wrong