I have a python function, for example:
def fun(): a = 1.0 b = a*2+1 return b
But I want to debug it in ipython, so I want to watch all the variable a and b, like a global variable, how can I do this?
Aucun commentaire:
Enregistrer un commentaire