1debug { 2 options { 3 verifier { 4 show { 5 status 6 } 7 allow { 8 undefined-class 9 undefined-field 10 undefined-type 11 undefined-string 12 method-access-violation 13 field-access-violation 14 undefined-method 15 error-in-exception-handler 16 permanent-runtime-exception 17 wrong-subclassing-in-method-args 18 } 19 } 20 } 21} 22