# Use open source tools Source: [https://docs.qualcomm.com/doc/80-41102-1/topic/Use-open-source-tools.html](https://docs.qualcomm.com/doc/80-41102-1/topic/Use-open-source-tools.html) Users can also try standard open source debugging tools, including: - `strace` – System call tracer, which is good for low-level code examination. - GDB – GNU project debugger, which is good for setting breakpoints. Users can run the `-help` option for documentation. **Parent Topic:** [Debug Apps](https://docs.qualcomm.com/doc/80-41102-1/topic/Debug-Apps.html) Last Published: Aug 06, 2026 [Previous Topic Inspect app](https://docs.qualcomm.com/bundle/publicresource/80-41102-1/topics/Inspect-app.md) [Next Topic Debug with GDB](https://docs.qualcomm.com/bundle/publicresource/80-41102-1/topics/Debug-with-GDB.md)