filmov
tv
How to Debug Your Python Code Properly by Using Visual Studio Community 2023 - Python Debugging

Показать описание
Code debugging is one of the most fundamental, crucial and important aspects of software development. It is the way to properly construct your software logic and find out the reasons for problems to solve them.
Without proper debugging knowledge, it would be almost impossible to develop a big application. Without debugging, it would be too hard, time-consuming, and resources expensive to build an application and write efficiently working code.
Even my 4th-year students were having trouble debugging their Python code. Therefore, I decided to make this video.
I believe that Microsoft Visual Studio is one of the best IDEs out there. Perhaps the very best one. Also with Community Edition now it is free to use.
So In this video, I show how to do debugging while writing Python code by using Visual Studio Community Edition 2022.
In order to execute code step by step when paused during debugging, use F10 (Step Over). If you want to go inside of function calls during step by step execution, use F11 (Step Into). Both buttons are available under Debug Menu.
If you also have questions please leave a comment and I will try to make a video and cover your question. Please also do subscribe and like the video. Thank you.
If you are interested in programming but you lack experience and skills I suggest you to watch our following programming lecture videos. They are complete lectures and totally free.
Without proper debugging knowledge, it would be almost impossible to develop a big application. Without debugging, it would be too hard, time-consuming, and resources expensive to build an application and write efficiently working code.
Even my 4th-year students were having trouble debugging their Python code. Therefore, I decided to make this video.
I believe that Microsoft Visual Studio is one of the best IDEs out there. Perhaps the very best one. Also with Community Edition now it is free to use.
So In this video, I show how to do debugging while writing Python code by using Visual Studio Community Edition 2022.
In order to execute code step by step when paused during debugging, use F10 (Step Over). If you want to go inside of function calls during step by step execution, use F11 (Step Into). Both buttons are available under Debug Menu.
If you also have questions please leave a comment and I will try to make a video and cover your question. Please also do subscribe and like the video. Thank you.
If you are interested in programming but you lack experience and skills I suggest you to watch our following programming lecture videos. They are complete lectures and totally free.
Комментарии