• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1debug {
2  options {
3    verifier {
4      show {
5        typesystem
6        status
7      }
8      allow {
9        undefined-method
10        error-in-exception-handler
11        permanent-runtime-exception
12      }
13    }
14  }
15  method_options {
16    verifier {
17      default {
18        error {
19          FIRST-LAST
20        }
21        check {
22          cflow, resolve-id, typing, absint
23        }
24      }
25    }
26  }
27}
28