[Eric] [Bug?] Debugger variable shown question
Detlev Offenbach
detlev at die-offenbachs.de
Sat Sep 5 15:18:06 BST 2009
Hi,
will be fixed in the next snapshot. It is already comitted to the eric4 repo.
Regards,
Detlev
On Samstag, 5. September 2009, Michele Petrazzo - Unipex wrote:
> Hi,
> like now I'm debugging with eric and when a (real) exception are
> reported, after reply "Yes" at the dialog that ask for "Break here?", on
> the debugger view (local variables) I see that "other" variable are
> present. I'm expecting that "my" variables was present, but I see other
> ones like rrdy, wrdy, xrdy are present. The "self" one, present on the
> list, has like value "__main__.DebugClientThreads" and like attributes,
> mines!
>
> On a single-thread test like:
>
> class test(object):
> def go(self):
> 1/0
>
> test().go()
>
> I see variables dict, f, filter, frmnr and so one. If I "expand" the
> "dict", I receive a "The program being debugged has terminated
> unexpectedly" and on the "log viewer" I see the exception error:
>
> File "/usr/lib/python2.5/bdb.py", line 366, in run
> exec cmd in globals, locals
> File "<string>", line 1, in <module>
> File "/home/michele/test_t.py", line 5, in <module>
> test().go()
> File "/home/michele/test_t.py", line 3, in go
> 1/0
> ZeroDivisionError: integer division or modulo by zero
>
>
> On the question "Break here?" if I ask no, I receive the same, above,
> error of "terminated unexpectedly"
>
> Is this normal?
>
> Eric, the last from svn trunk
>
> Thanks,
> Michele
> _______________________________________________
> Eric mailing list
> Eric at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/eric
--
Detlev Offenbach
detlev at die-offenbachs.de
More information about the Eric
mailing list