I am coding up an Android app and sometimes exceptions occur. So while I am debugging, an exception occurs, the IDE changes into Debug perspective and Eclipse throws up an absolutely useless Class Editor with its Source Not Found.

How do I get Eclipse to actually tell me the specific exception that occurred.
You want either Error Log or Logcat
If those windows are hidden, you can show them:
Window –> Show View