From 17f810143422f703e13c39d0dcd5158e5dd5f278 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 30 Apr 2013 00:04:46 -0700 Subject: SI-6532 emit debug info in compiled java. Our handful of java source files weren't being compiled with line numbers, sourcefile, and other debugger aids. I don't really know how to test this so I'll enclose an excerpt of the bytecode diff of scala.runtime.IntRef to show that this change results in debug information. 2,3c2,4 > Compiled from "IntRef.java" 4a6 > SourceFile: "IntRef.java" 53a62,67 > LineNumberTable: > line 18: 0 > LocalVariableTable: > Start Length Slot Name Signature > 0 10 0 this Lscala/runtime/IntRef; > 0 10 1 elem I 62a77,81 > LineNumberTable: > line 19: 0 > LocalVariableTable: > Start Length Slot Name Signature > 0 8 0 this Lscala/runtime/IntRef; --- build.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 3ec3a3f827..f12b4e8dbe 100644 --- a/build.xml +++ b/build.xml @@ -772,6 +772,7 @@ TODO: