Android Device Debugging via Wifi not USB Cable
http://stackoverflow.com/questions/2604727/how-can-i-connect-to-android-with-adb-over-tcp
http://stackoverflow.com/questions/2604727/how-can-i-connect-to-android-with-adb-over-tcp
Here is the settings :
http://coffeecokeandcode.blogspot.com/2009/12/android-debug-bridge-on-ubuntu-910.html
This is the way we debug our Android apps in Eclipse.
Put this code where we want to show:
import android.util.Log;
Log.v(” “,”put your message string here” );
To see the result go to :
Window > Show View > Other > Android > LogCat
After that Eclipse will show the new LogCat tab.
for more information :
http://www.droidnova.com/debugging-in-android-using-eclipse,541.html