Say I have an IPython session, from which I call some script:
> run my_script.py
Is there a way to induce a breakpoint in my_script.py from which I can inspect my workspace from IPython?
I remember …
So what I'm looking for here is something like PHP's print_r function.
This is so I can debug my scripts by seeing what's the state of the object in question.
So I'm starting like Python a bit, but I'm having trouble erm...running it. Lol
I'm using IDLE for now, but its no use whatsoever because you can only run a couple of lines at a time.
I'm also using …