Is there any way to allow debugging through the Python shell? I'd really rather not write code, when I could drop down to the shell, import the module, and do something with it. I tried that, with a breakpoint in my code, and of course nothing happens.