Community
Participate
Working Groups
In the stack trace elements(when it has <classpath/function>(<filename>:<line>)), if it has \t(tabs) before it, it won't properly detect it as it would with spaces. -- Configuration Details -- Product: Eclipse 1.3.2.20110218-0812 (org.eclipse.epp.package.java.product) Installed Features: org.eclipse.platform 3.6.2.r362_v20110210-9gF78Gs1FrIGnHDHWkEcopoN8AmxeZflGDGKQi
Can you paste an example stacktrace on the bug that demonstrates the problem?
Using the following stack trace with all spaces replaced by tabs: !ENTRY org.eclipse.ant.core 4 1 2013-08-19 22:23:01.879!MESSAGE Array index out of range: 0! STACK 0java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0 at java.util.Vector.remove(Vector.java:777) at org.eclipse.ant.internal.launching.debug.AntDebugState.initializeBuildSequenceInformation(AntDebugState.java:560) at org.eclipse.ant.internal.launching.debug.AntDebugState.targetStarted(AntDebugState.java:301) works as intended.