[Panel-devel] KUniqueApplication Debugging
Vinay Khaitan
vkhaitan at gmail.com
Tue Aug 30 18:33:16 CEST 2005
Debuggers are very useful to understand code-flow and complete design.
I have earlier used Debugger to understand even complex XMLGUI
framework successfully.
But Kicker is a kuniqueapplication. and kuniqueapplication has a
unique thing, it forks child process.
While stepping through function, I found that, there it starts whole
kicker. We can't step through because of fork.
Perhaps, stepping ASM instructions may let even forked process debug.
Is there any way known ??
More information about the Panel-devel
mailing list