> I want to debug an android application built with the SDK say (IM)..
> I think my understanding also wrong (sorry for being noobish),let me
> summarize the steps needed for debugging...
>
> 1.Latest source code compiled succesfully with a working emulator.
> 2.ddms plugin added in eclipse.
> 3.lauch DDMS and emulator in separate terminals !! ?
> 4.connect using 8700 port
> (*considering my break point is in ImApp.java !!!)

There is a big confusion on what step 2 is.
>From the beginning we helped you open and compile the _source_code_
for the adt/ddms plug-ins.
What you needed was to _install_ the plugin (which is called ADT but
includes DDMS as well). See instruction here:
http://code.google.com/android/intro/installing.html#installingplugin

If you can run Eclipse with the ADT plugin, you don't need to run the
standalone DDMS. Go to the DDMS perspective in Eclipse, and select
your running application in the Device view, and then select to port
8700.

Now, I do not know why you can't seem to run the standalone DDMS. It
looks like your linux installation is weird.

Xav

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to