Re: [Pydev-users] my eclipse+pydev cannot catch my code update

2010-06-06 Thread Fabio Zadrozny
On Fri, Jun 4, 2010 at 12:36 AM, liu YongFeng wrote: > Dear, > It's like this. > I run the code in eclipse -> I add one more sentence, such as print > something, in the code -> I run the code again -> it print out nothing, > which means it still execute old code -> I close eclipse and open it agai

Re: [Pydev-users] my eclipse+pydev cannot catch my code update

2010-06-04 Thread liu YongFeng
thanks I solved it. it is because more than 1 process is running. On Fri, Jun 4, 2010 at 11:19 AM, Glyph Lefkowitz wrote: > > On Jun 3, 2010, at 11:36 PM, liu YongFeng wrote: > > > Dear, > > > > It's like this. > > I run the code in eclipse -> I add one more sentence, such as print > something, i

Re: [Pydev-users] my eclipse+pydev cannot catch my code update

2010-06-04 Thread Glyph Lefkowitz
On Jun 3, 2010, at 11:36 PM, liu YongFeng wrote: > Dear, > > It's like this. > I run the code in eclipse -> I add one more sentence, such as print > something, in the code -> I run the code again -> it print out nothing, which > means it still execute old code -> I close eclipse and open it ag