Tuesday, August 2, 2011

java scrapbook page feature in eclipse

Disclaimer: you may find this post stupid if already have good command on eclipse IDE. this post is for noobs like me who are beginners.

useful feature in eclipse IDE for debugging.

how to create scrapbook page in eclipse?

> right click on your project folder
> New > Other > java > Java debug > Scrapbook page > done.

just named anything to your scrapbook page and start debugging snippets of code.

e.g. if you write 4 + 4 in scrapbook page and than inspect it. it will show you result 8.

you can create objects of class in scrapbook to just test methods too.
try it once ! i found the feature useful.
cool! you can debug many random snippets of code in scrapbook page.

No comments:

Post a Comment