Community
Participate
Working Groups
The exceptions and libraries in the Java runtime are implemented in EGL and generated, but there is no SMAP data. The problem is that the SMAP builder doesn't exist during the nightly build so we can't transform the class files to contain this data. For now the quickest thing to do is write variable adapters for each generated runtime class. Since some things are still changing (e.g. yesterday we changed one of the exception types) we should put this off until iteration 15. For 1.0 we will update the build process to transform the class files and remove the variable adapters.
Added .eglsmap files in the org.eclipse.edt.runtime.java plug-in, and support for reading these off disk in org.eclipse.edt.debug.core. I also made the debug support check for SMAPVariableInfos of super types of variables so that we can display inherited fields as well as the fields declared in the variable's class.
Verified