This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

NDKTCPIP: Debugging NDK stack's modules.

Part Number: NDKTCPIP

Hello, 

Is there any way to debug NDK stack modules, such as a function  DaemonNew?

I have tried loading appropriate sources while debugging such as daemon.c, etc, to explore how it works, but it seems NDK stack's  libraries too highly optimized or smth like that, because I can't put a breakpoint on right place, and generally, the code behaving too unpredictable e.g. entering in the code sections in normally should not go.

I configured the stack through .cfg file and have no idea how to reduce optimization levels if they've been set up.

Br, 

Egor.