When we build in release mode, the properties.xml file sets up javac to strip the debug info from .class files (line numbers, vars, etc). While this may be argued for a JRE, it is clearly not useful for the JDK or HDK builds. We only save some JAR file space, so I suggest we disable this 'feature' and always include debug info in class files.
Anyone agree/disagree? Tim
