Kit Ng
Kit Ng

Reputation: 993

Eclipse will not debug anymore after a crash of the computer

Last night when I'm developing an Android app using Eclipse, the computer suddenly out of order and showed a blue screen.

After restarting, open Eclipse, and when I continue the development, I found out that Eclipse will not show any error message even if I type anything wrong.

For example, I type $^&((^(*&$GFKGHlkgvfekigfe in the activity, Eclipse shows nothing, just like the code is correct LOL

How can I re-enable the auto debug function? Thanks.

Upvotes: 1

Views: 144

Answers (3)

Md Abdul Gafur
Md Abdul Gafur

Reputation: 6201

You able to Automatic Build by

  1. Go Eclipse project menu
  2. Choose Build Automatically

Upvotes: 0

John Leehey
John Leehey

Reputation: 22240

Try cleaning your project. In Eclipse, select your root project folder in the project navigator, then go to Project > Clean... > OK. You can also clean all projects by selecting the Clean all projects radio button in the clean dialog.

Upvotes: 0

Blehi
Blehi

Reputation: 2020

Or try to run Eclipse in clean mode. Please see the following discussion: How to run eclipse in clean mode

Upvotes: 1

Related Questions