Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/349.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C++ 调试在QtCreator中使用Boost.Python构建的模块_C++_Python_Debugging_Qt Creator_Boost Python - Fatal编程技术网

C++ 调试在QtCreator中使用Boost.Python构建的模块

C++ 调试在QtCreator中使用Boost.Python构建的模块,c++,python,debugging,qt-creator,boost-python,C++,Python,Debugging,Qt Creator,Boost Python,我有一个用Boost.Python构建的模块,我想在QtCreator(或者gdb)中调试它。如果可能的话,我更喜欢视觉环境。 过了一会儿,我终于想出了办法。我在上面的链接中记录了它,以便将来的搜索可以找到它

我有一个用Boost.Python构建的模块,我想在QtCreator(或者gdb)中调试它。如果可能的话,我更喜欢视觉环境。

过了一会儿,我终于想出了办法。我在上面的链接中记录了它,以便将来的搜索可以找到它