BDB frontend problem

P

Philippe C. Martin

Hi,

I have a tkinter frontend to BDB and it works OK except that when I debug a
script that imports another one which make some extentive minidom processing,
my PC gets on its knees since the overwritten "user_line" method gets called
a hundred billion times before I reach my break point .... make my debugger
prettty useless.

Is there anyway to keep bdb from going into the /usr/lib/...../whatever.py and
just stick to certain files (i.e, look at the lib modules as pyc only and not
call me back with a stack frame everytime) ?

Thanks,

Philippe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,211
Messages
2,571,092
Members
47,693
Latest member
david4523

Latest Threads

Top