[IPython-user] setting breakpoints in code - 0 views
-
Robin, Give this a try: from IPython.Debugger import Tracer; debugger = Tracer() debugger() #add this line where you want to break barr
about all aspects of python programming and development