Debugging embedded python

K

kalita

I'm a Python newbie, and I'm looking for a way to debug Python scripts
run from a C++ program by using PyRun_FileEx() function.

So far I tried pdb, but it only raises bdb.BdbQuit exception in a line
immediately after pdb.set_trace() is called. I guess it's because it
is not running under normal Python interpreter, but just as well I may
be doing something wrong.

Can you please suggest what I may be doing wrong with pdb, or maybe
another python debugger?

cheers,
Marcin
 

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
473,769
Messages
2,569,577
Members
45,054
Latest member
LucyCarper

Latest Threads

Top