Setting Case Sensitivity | Environment Variables |
dbxenv Command |
The input_case_sensitive environment variable determines whether dbx distinguishes between upper- and lower-case characters when reading variable and function names.
input_case_sensitive autodetect | true | false | If set to autodetect, dbx automatically selects case sensitivity based on the language of the file: false for Fortran files, otherwise true. If true, case matters in variable and function names; otherwise, case is not significant. Default: autodetect |