Closed GoogleCodeExporter closed 9 years ago
Just for illustrative purposes, this is how we need to translate line numbers
(code
is currently in our workspace bridge):
public int getLineNumber(CallFrame stackFrame) {
int offset = 0;
Script script = stackFrame.getScript();
if (script != null) {
offset = script.getStartLine();
}
return offset + stackFrame.getLineNumber() + 1;
}
Original comment by eostrouk...@gmail.com
on 9 Feb 2010 at 7:12
Original comment by peter.ry...@gmail.com
on 3 Mar 2010 at 11:38
Hi Eugene
I'm sorry this lasts so long.
However, can I ask you to review recent changes in HEAD. In particular, it is
about
to close issue #2.
This potentially makes your patch obsolete.
Peter
Original comment by peter.ry...@gmail.com
on 4 Jun 2010 at 3:29
True, our patch is no longer needed.
This bug report can be closed as fixed.
Original comment by eostrouk...@gmail.com
on 8 Jun 2010 at 8:48
Original comment by peter.ry...@gmail.com
on 10 Aug 2010 at 8:38
Original issue reported on code.google.com by
eostrouk...@gmail.com
on 9 Feb 2010 at 6:47Attachments: