I would like to add this command to my python bundle and it should be easy.. I would like to go to a line in TM and getting something like that in ipython:
run -d -b$TM_LINE $TM_FILEPATH
So i can easily start to debug from where I want. Best way could be also automatically "continue" to that breakpoint.
But if I try to do ipython2.5 << EOF run -d -b30 file.py EOF
It launches correctly ipython but exits just after, why??