Page 1 of 1

Basic Debugger Issue I can not get debugger to launch.

Posted: Mon Jan 04, 2010 1:41 pm
by bturner5791
Basic Debugger Issue I can not get debugger to launch.

I follow the NetBurner Eclipse IDE Getting Started Guide and when I get to Step 8.5 launch the debugger I get the following error.

Error creating session: Target is not responding (timed out)
Target is not responding (timed out)
Target is not responding (timed out)
Target is not responding (timed out)


I think it must be a setup issue but I can not find the issue.

:x
I

Re: Basic Debugger Issue I can not get debugger to launch.

Posted: Mon Jan 04, 2010 2:41 pm
by rnixon
A couple of things to check:
1. Make sure you have the connection setting in eclipse right for the DEBUG build, which are different than the RELEASE build.

2. I have had a message saying the target refused the connection, but never that the target is not responding. If its not responding that would indicate when the debugger tried to connect, a timeout occurred rather than a refusal. So it really sounds like the IP address might be incorrect in your eclipse settings. Or, maybe the app you have downloaded is not running?