Hello, I have some code like: self.plot.draw() self.gui_repaint() etc. When I single step through this code, it does not descend into these methods to show me what is happening inside, it only steps to the next statement. Is there any way to descend into methods while stepping? Thanks, Glenn