The debug command-line option is supposed to add local
method tables
to the bytecode for use by jdb (and other debuggers),
not produce
thousands of lines of stack trace. Need to generate
the attributes
LocalVariableTable and LineNumberTable (see JVM2).