Basic Debugger Issue I can not get debugger to launch.

Discussion to talk about software related topics only.
Post Reply
bturner5791
Posts: 6
Joined: Tue Dec 01, 2009 10:21 am

Basic Debugger Issue I can not get debugger to launch.

Post 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
Attachments
main.cpp
(620 Bytes) Downloaded 210 times
error app wizzard.doc
(228 KiB) Downloaded 200 times
rnixon
Posts: 833
Joined: Thu Apr 24, 2008 3:59 pm

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

Post 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?
Post Reply