Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - C/C++ Postmoterm debugger source not found: (1 Item)
   
C/C++ Postmoterm debugger source not found  
Hi,
My upnp program ied_device crashed after running 30 minutes. It depends on three shared libraries, i.e. libixml.so, 
libthreadutil.so, libupnp.so, and created 20 threads according to ied_device.core. I want to detect the bug by 
Postmortem debugger. In the Source tab of the Debug Configurations window of Momentics, I add the dependent library 
projects, i.e. ixml, threadutil and upnp in addition to the Default path, and check Search for duplicate source files on
 the path. But C/C++ Postmortem debugger can not find source.
How to solve this source not found problem? Thank you in advance.
Allen