[Eric] Debugger help.
Anthony Boudouvas
anthony-b at mediatel.gr
Tue Mar 18 00:11:40 GMT 2008
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 ??
More information about the Eric
mailing list