Wednesday, April 28, 2010

Debugging an App

Hey guys,

Today I want to give you a tip while debugging an app in Eclipse - you can use "Drop to Frame" if you want to execute a peice of code that has been just executed.

Eclipse basically restores the stack from the point where you want to "drop to the frame". It particularly is useful if you want to make changes dynamically while debugging.

Remember to use this feature as it will save you some time instead of restrating the whole debug again you just drop multiple times to a frame which you are testing.