[PyQt] Really basic debugger question

Detlev Offenbach detlev at die-offenbachs.de
Wed Apr 12 19:26:08 BST 2017


Hi Phil,

please note, that eric5 is not maintained anymore since about two years now. 
However, eric6 should work on the Raspberry Pi as well. eric6 can be used with 
Python2 or Python3 and with PyQt5 or PyQt4. However, the recommended 
combination is PyQt5 on Python3.

Regards,
Detlev

Am Mittwoch, 12. April 2017, 19:34:58 CEST schrieb Phil:
> On Wed, 12 Apr 2017 10:06:53 +0200
> 
> Hans-Peter Jansen <hpj at urpla.net> wrote:
> > Have you tried setting the breakpoint at the very start of your
> > script?
> 
> Yes I have Pete. The script only has 4 lines.
> 
> > I'm using the debugger more often than ever, and it is doing nice. It
> > even gained a killer feature lately - moving the program counter in
> > the local context, e.g. you can step over code, or repeat a sequence
> > manually, which is great to test conditions, that usually not
> > happen...
> > 
> > Which version do you use?
> 
> It's the version that's available for the Raspberry Pi:
> 
> eric5 - 5.4.5 (rev 209c1eb972cb)
> 
> I have actually used eric, and it's debugger, but it was about 15 years ago
> and I've forgotten how to use it.

-- 
Detlev Offenbach
detlev at die-offenbachs.de


More information about the PyQt mailing list