I encounterred not a rare problem, I assume, a problem debuging with AIX's XLDB debuger when tracing through fork and fork-based functions. Debuger seems to prefer parent process and refuses to step into child process ever. Therefore all fork made applications as well as usage of fork-based instructions, such as system, popen, ..., called in C, C++, does not provide their services, since they run a child process and in debug mode of XLDB only parent process runs and child processes are not run at all.<br>
QUESTION: Is there a way, not by tricks of changeing source code in order to achieve desired effect, but by forcing this debuger to dive into child process, or by any other way that would support debuging of fork-based application such as it is, considering its source code? <p>Zoran Šinigoj<br><a href=mailto:zorans@halcom.si>zorans@halcom.si</a><br><a href= > </a><br>
QUESTION: Is there a way, not by tricks of changeing source code in order to achieve desired effect, but by forcing this debuger to dive into child process, or by any other way that would support debuging of fork-based application such as it is, considering its source code? <p>Zoran Šinigoj<br><a href=mailto:zorans@halcom.si>zorans@halcom.si</a><br><a href= > </a><br>