language_mode <autodetect | main | c | ansic | c++ | fortran | fortran90
| Governs the language used for parsing and # evaluationg expressions.
autodetect sets the expression evaluation language to the language of current file. This is useful if you are debugging programs with mixed languages (default mode).
main sets the expression evaluation language to the language of the main routine in the program. This is useful if debugging homogeneous programs.
c, c++, ansic, c++, fortran, and fortran90 set the expression language to the selected language.
|