I\'d like to break out of the currently running program and be dropped back to the shell (without having to restart ipython)
Control-C works in the normal interactive Python shell, it should work in ipy also (except the program is catching the keyboardInterrupt exception)