...or provide a way to set it with an option on launch
Scenario: I want to launch a script located somewhere in my $PATH, but I want
it so see the directory it was launched from as the current directory. Python,
of course, works this way. So does pdb. But for some reason winpdb, changes the
directory. Using the -c option sets the directory to the script on the $PATH
variable so that's not what I need. In order to work this way now I need to
either change the current directory from the console window in winpdb, or copy
the script in my $PATH to the current directory.
Original issue reported on code.google.com by Dahvid.Minor@gmail.com on 20 Jul 2011 at 12:44
Original issue reported on code.google.com by
Dahvid.Minor@gmail.com
on 20 Jul 2011 at 12:44