Poll Results
Please login to vote and see the results.
Participate in Poll, Choose Your Answer.
Debugging is an essential part of embedded development. Let’s find out the most commonly used debugging methods in the industry.
Unlock the Gateway: Join the Embed Threads
Unlock the Possibilities: Dive In with Login Access
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Hello Alok,
Most common method for debugging is printf statements which people are using for any debugging or troubleshooting of issues.
But, I preferred to use debugging tools like JTAG, Valgrind and other memory debugging tools using which we can trace out code step by step and can find out root cause of any fault or memory leakage easily.
Regards,
Ritesh Prajapati