Hi, I am wondering whether it is possible to debug a cell (rather than the entire program) in Spyder.
We could do something like this: load the %autoreload module of ipython Add 'pdb.set_trace()' where we want to start to debug Press ctrl-enter to run the cell This methodology works, yet I can't see the variables in the variable-explorer (though I can with pdb). Is it possible to refresh the variables explorer after manually initiating pdb.set_trace()? Thanks, David -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
