I log quite a bit of stuff, and have noticed that Eclipse Console makes Java stacktraces clickable. The exception is highlighted (goes to the \"Create Breakpoint\" dialog b
fullyQualifiedClassName.methodName(fileName:lineNumber)
Without fullyQualifiedClassName, Eclipse may choose the wrong file. methodName is required for matching but not used -- it can be anything.
fullyQualifiedClassName
methodName