DBG$HELP.HLB  —  DEBUG  SET  LANGUAGE  /DYNAMIC  Description
    When you start the debugger, the current language is set to that
    in which the module containing the main program is written. This
    is usually the module containing the image transfer address. By
    default, when the scope of the program being executed changes to
    a module written in a different language, the debugger changes
    the current language to that of the module.

    You can prevent the debugger from automatically changing the
    current language with the SET LANGUAGE/NODYNAMIC command.

    Related commands:

       SET LANGUAGE
       SHOW LANGUAGE
Close Help