Previously I have been using pdb and typically write pdb shell script somewhere in the path which would setup PYTHONPATH and invoke python2.4 pdb.py somefile.py.
It does not look like there is a simular way to do it with Pydb. I have tried creating Pydb which launch python2.4 pydb.py somefile.py but it does not appear to work.
Please help.
-Len
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have found the problem. There is pydb python/shell script already installed in the /usr/local/bin. I just need to create my own which would be earlier in the PATH and invoked installed pdb
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Previously I have been using pdb and typically write pdb shell script somewhere in the path which would setup PYTHONPATH and invoke python2.4 pdb.py somefile.py.
It does not look like there is a simular way to do it with Pydb. I have tried creating Pydb which launch python2.4 pydb.py somefile.py but it does not appear to work.
Please help.
-Len
I have found the problem. There is pydb python/shell script already installed in the /usr/local/bin. I just need to create my own which would be earlier in the PATH and invoked installed pdb