Not used to using Eclipse for java, mainly used jEdit but with the Android dev along comes Eclipse. I\'ve switched to the debug window and pressed the debug button which sta
You can directly type the adb logcat at the command prompt, it will display the stack traces.
adb logcat
For more info, refer this page: http://developer.android.com/guide/developing/tools/adb.html#logcat