[Pydev-users] [pydev - Users] Cannot debug during run by python-unittest
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2006-05-09 01:23:58
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3718683 By: nobody I have a testcase file, it run correctly when I right click and select Run As/python unit-test. The result show correctly in Console view. When I set the break point in one of the line in the file and click debug nothing happen. Look like I have to declare 'main' part the testcase file which normally don't need to declare at all in normal Run As/python unit-test. Is it possible that I can set break-point and Run As|Python unit-test ? ______________________________________________________________________ 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 |