I am trying to debug my Treo 650 over USB using PODS 1.1.0. It isn't working, although the same project debugs fine with the T650 simulator. Here is what I have done:
- started up DotDotTwo, got the blinky square down in the corner - copied USBPort.dll to c:\Program Files\PalmOne - started PODS and opened my project - created a debug config with the target as Device(USB) - connected my T650 to the computer by USB cable - launched my project in debug mode After 10-20 seconds, it times out with the message below: Target request failed: Failed to connect to target using the 68K Palm OS Debug Kernel Protocol Plug-in protocol. Check protocol and communications preferences, cables, and target hardware, and try again.. org.eclipse.cdt.debug.mi.core.cdi.MI2CDIException: Failed to connect to target using the 68K Palm OS Debug Kernel Protocol Plug-in protocol. Check protocol and communications preferences, cables, and target hardware, and try again. org.eclipse.cdt.debug.mi.core.cdi.model.Target.restart(Target.java:349) org.eclipse.cdt.debug.mi.core.cdi.model.Target.resume(Target.java:376) org.eclipse.cdt.debug.internal.core.model.CDebugTarget.resume(CDebugTarget.java:637) org.eclipse.cdt.debug.core.CDebugModel.newDebugTarget(CDebugModel.java:144) com.palmsource.eclipse.palmoscore.internal.launch.PalmLaunchDelegate.launchForDebugging(PalmLaunchDelegate.java:2324) com.palmsource.eclipse.palmoscore.internal.launch.PalmLaunchDelegate.launch(PalmLaunchDelegate.java:2113) org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:569) org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:788) org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:955) org.eclipse.core.internal.jobs.Worker.run(Worker.java:66) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
