0

I work on an embedded device on powerPC with WindRiver linux. Almost always we debug using the logs. Sometimes gdb, which is really helpful.

But, the process I debug runs with more than 70 threads. Using commands to move through the code is a cumbersome process, installing a GUI front end is not an option.

Is there any way that I can have an IDE like ECLIPSE, Netbeans to debug the process, which is running on this embedded device?

1

1 Answer 1

1

Is there any way that I can have an IDE like ECLIPSE, Netbeans

Yes. Many people debug embedded devices with Eclipse, by using gdbserver.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.