[wxPython-users] debugging C++ with wxPython
by James Mastro other posts by this author
Jul 22 2004 8:16PM messages near this date
RE: [wxPython-users] Printing in wx ... please help
|
Re: [wxPython-users] debugging C++ with wxPython
Hello list. I've been using wxWidgets for awhile, decided to give wxPython
a try. So far I'm really impressed and would move my app over to wxPython
asap, except for one concern.
The project I'm working on is an application that uses a couple of static
libraries written in C++ that I've used Boost.Python on to allow their use
from Python. I'm developing these libraries along with the app. In other
words, I really need to be able to debug them, step through the code, etc.
I'm not sure how I would be able to do this if I'm using wxPython. Maybe
with gdb? Is there any way to use MSVC for debugging?
-jim
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@[...].org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
Thread:
James Mastro
Robin Dunn
|