Alexey Petrenko wrote: > The only difference is that my version is switching debug option for > javac as well. And I think that I'll commit this modification.
Is it worth it? The javac compiler doesn't generate different code with the -g option, it simply adds the debug attributes to the .class file. It will result in larger .class files, but provide meaningful debug & stracktrace info for JDK users. Regards, Tim