[Pydev-users] [pydev - Users] RE: Error debugging Python file with argument
Brought to you by:
fabioz
|
From: SourceForge.net <no...@so...> - 2006-11-08 09:46:19
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4001484 By: fabioz Well, from the error log, it appears you're trying to debug it as a unit-test, and when running a unit-test, the unit-test runner needs only directories as an entry... so, it should work if you do a regular run (because you cannot add parameters to the unit-test run). Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |