Debugging step by step with Spyder 4 and Python

preview_player
Показать описание
This video is a tutorial on how to use the Spyder 4 IDE to debug Python code step by step. The video demonstrates how to set breakpoints, step through code, and inspect variables. It also explains how to use the different debugging tools available in Spyder 4, such as the variable explorer and the console.

#SpyderIDE #Python #Debugging #SoftwareDevelopment #Programming

Subscribe to my channel to stay updated on the latest tutorials and tips. Your support helps me create more high-quality content.
Рекомендации по теме
Комментарии
Автор

Thank you. Your explanation is great! Exactly what I needed to know. You deserve more views.

lamees
Автор

Thank you so much, I tried to find how to go inside a function when debugging for ages !

francescomazzolin
Автор

Thanks very much. Short concise video and to the point.

hnagaty
Автор

Thank you I fixed my code after fighting it for 3 hours :D

katericataa
Автор

Those blue buttons don't work at my Spyder 3.7 version ....

yaoyifei
Автор

is there a way to go back and debug the last line again?

Has-
Автор

Sir isme graphic ke coding run nahi ho rahi he jaise shinchan cartoon

parikshitwarhadpande
Автор

Looked clear and simple, but I'm with a later version: 5.1.5
It looks like this, but the Icons are not quite the same.
That should not be a problem.
However nothing works as you show above.
I use exactly the same code.
I try to run in "debug mode" with the left most blue icon
I just get this:

IPython 8.7.0 -- An enhanced Interactive Python.

debugfile('D:/devt/Python3/debugger_tests.py', wdir='D:/devt/Python3')
>
1 # -*- coding: utf-8 -*-
----> 2 """
3 Created on Thu Jan 26 16:36:32 2023
4
5 @author: larry


Then the debugger just hangs, no button clicking does anything.

feraudyh