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.
I
Basic Debugger Issue I can not get debugger to launch.
-
- Posts: 6
- Joined: Tue Dec 01, 2009 10:21 am
Basic Debugger Issue I can not get debugger to launch.
- Attachments
-
- main.cpp
- (620 Bytes) Downloaded 252 times
-
- error app wizzard.doc
- (228 KiB) Downloaded 251 times
Re: Basic Debugger Issue I can not get debugger to launch.
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?
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?