Hi, the fix for the problem will be in the next 4.1 release and in the next 4.2 snapshot.
Regards, Detlev On Dienstag, 18. März 2008, Anthony Boudouvas wrote: > Yes, of course. > > So, i have a project that contains the files of Chapter5 of the book "Rapid > GUI Programming with Python and Qt" (Mark Summerfield). > > I made a project in Eric4 (4.1.1) and include all files of this chapter and > make the central file (numbers.pyw) the "Main Script". > > I set the breakpoint at file numberformatdlg1.py and at > NumberFormatDlg.numberFormat method. The behaviour is that i described: No > breakpoint hit when i set it there (and run with Shift-F5) but if i set it > somewhere at numbers.pyw, then with F7 (Single Step) the execution flow > goes to that method through the debugger. > > I have all files and the project one at attached zip file. > > Anthony > > > > > -----Original Message----- > From: Detlev Offenbach <[EMAIL PROTECTED]> > To: [email protected] > Cc: "Anthony Boudouvas" <[EMAIL PROTECTED]>, "'Martin Höfling'" > <[EMAIL PROTECTED]> > Date: Tue, 18 Mar 2008 09:58:58 +0100 > Subject: Re: Debugger help. > > On Dienstag, 18. März 2008, Anthony Boudouvas wrote: > > Hi, > > > > i have a project (using Eric4 4.1.1 on Windows Vista) that contains a.py > > and b.py. > > a.py imports b.py and calls a function of it (of b). > > I have also set a.py as the Project's "MainScript". > > > > so let's say, we have something like this (in a.py): > > x = b.someFunction(5) > > > > I put a breakpoint on the first executable line of b.someFunction, i hit > > Shift-F5 (debug project) but the debugger never stop in the someFunction > > of > > > b.py. > > If i put a breakpoint in a.py, through F7 (Single Step) i see Eric "jump" > > in b.someFunction and shows the execution flow normally. > > > > What i am doing wrong and not be able to "auto" hit the breakpoint in > > b.someFunction ?? > > Can you please send a complete example, that produces the observed problem? > > Regards, > Detlev -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
