LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Debugging python application binding with C++ libraries (https://www.linuxquestions.org/questions/linux-software-2/debugging-python-application-binding-with-c-libraries-774952/)

mohabic 12-11-2009 08:54 AM

Debugging python application binding with C++ libraries
 
WEll, Hello Every body :D

Currently I'm developing a program written by python language, binding with c++ library, and i got that error
----------------
python: /usr/local/include/flens/fullstorage.tcc:349: flens::FullStorageView<T, Order>::~FullStorageView() [with T = double, flens::StorageOrder Order = (flens::StorageOrder)1u]: Assertion `0' failed.
----------------

Do you have any idea about this error ?

This is not my question anyway,
Please guide me to an IDE that give me the ability to debug the application in both python and C++.
I used "NetBeans for Python", but it only gives the ability to debug in python and c++.

Thanks on advance :D


All times are GMT -5. The time now is 05:43 AM.