[PyKDE] eric3 question

Detlev Offenbach detlev at die-offenbachs.de
Wed May 26 18:57:06 BST 2004


Am Mittwoch, 26. Mai 2004 13:21 schrieb Dave S:
> jul wrote:
> > Unfortunatly Eric3 doesn't  have a full featured documentation
> > available yet.
> > You can use the "What's this" help click  for quick help (it's often
> > sufficient)
> > or ask for  your questions on this forum.
> > A lot of people can help you there.
> > Regards,
> > Jul.
>
> Thanks for replying ... Ive figured quite a lot by myself but am stuck
> with breakpoints.
>
> I can set them but they do not stop program execution ... + What is

They should if you _debug_ your script or project.

> the difference between a temp breakpoint & a perminent one ?

As the name implies. A temp breakpoint triggers once and is removed 
thereafter. A permannet breakpoint fires every time it is hit. It's the 
same behavior as bdb or pdb.

>
Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de




More information about the PyQt mailing list