ipdb icon indicating copy to clipboard operation
ipdb copied to clipboard

Search for executable in PATH when running from the CLI

Open cirosantilli opened this issue 8 years ago • 0 comments

I run a program as:

myprog.py args

because myprog.py is in my PATH.

Then it would be convenient to be able to do just:

ipdb myprog.py args

to debug it, instead of the currently required:

ipdb `which myprog.py` args

cirosantilli avatar Oct 04 '17 05:10 cirosantilli