[Pydev-users] [pydev - Users] RE: Debug does not start with "from n import
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2006-08-23 11:12:48
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3880655 By: mosegard I'm using Jython 2.1. I have tried to set the breakpoints all along a longer program - but the "error" appears in even a simple program such as this: in file TestModule.py: def foobar(): print(1) in file HelloWorld.py from TestModule import * foobar() <-- A BREAK POINT HERE Thanks for the quick response :) ______________________________________________________________________ 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 |