boost...@googlemail.com
unread,Aug 18, 2009, 3:44:00 AM8/18/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Winpdb
Hello there,
I use python 2.6.2 and the lastest stable winpdb (1.4.6) under XP
I use winpdb to debug embedded python code, We could not break the
code, i.e., winpdb could pause the embedded code.
So I decided to use winpdb remoting to debug the same code bye using
IDLE & winpdb. During the aataching the python code, there is a
warning as follows:
---------------------------
Warning
---------------------------
The modules: bdb, which are incompatible with the debugger were
detected and can possibly cause the debugger to fail.
---------------------------
BTW, I use the same code at another machine (XP, aber python2.6.1,
virtualenv, I think virtualenv does not affect the result!), there is
no such a warning, it works! ==> the embedded Code also worked at this
machine!!!
Any tips? Thanks in advice!