Stack traces

5 October 2008

You must have seen stack traces in console window of your Eclipse. Good this is that Java stack traces in the console appear with hyperlinks. This means you can click these to go to the referred place in the code. This helps in problem identification.

Here is how is works: place the mouse over a line in a stack trace and the pointer changes to the hand. Pres the mouse button and associated Java source file will be opened and the cursor will be placed at the corresponding line. Pressing the mouse button on the exception name at the top of the stack trace will create an exception breakpoint.

console traces

del.icio.us:Stack traces  digg:Stack traces  spurl:Stack traces  wists:Stack traces  simpy:Stack traces  newsvine:Stack traces  blinklist:Stack traces  furl:Stack traces  reddit:Stack traces  fark:Stack traces  blogmarks:Stack traces  Y!:Stack traces  smarking:Stack traces  magnolia:Stack traces  segnalo:Stack traces  gifttagging:Stack traces

Top Of Page | Trackback

If you found this page useful, consider linking to it. Simply copy and paste the code below into your web site.

It will look like this: Stack traces

Leave a Reply