Embedding python with debugging features

Michael Hudson mwh at python.net
Tue Oct 5 09:15:29 EDT 2004


"Peter" <no at spam.com> writes:

> I'm considering to embed python in an application written in c++ and use it
> as a scripting language.
> Is it possible to provide debugging features?

What does that mean?  You want to use Python to debug the c++ app?
That's probably possible but would probably require so much work as to
not be a sensible course of action (unless your app is written from
the ground up to play nicely to the embedded python -- boost may do
nice things here, for instance).

Cheers,
mwh

-- 
  <shapr> ucking keyoar
                                                -- from Twisted.Quotes



More information about the Python-list mailing list