Interface DebuggingConfig

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEBUG_WITH_VSCODE
      AUTOSAR and C\C++-Platform use this flag to set whether debugging should be done with Visual Studio Code.
      static java.lang.String DEBUGENABLED
      AUTOSAR and C\C++-Platform use this flag to enable or disabled automated debugging when the execution is started
    • Field Detail

      • DEBUGENABLED

        static final java.lang.String DEBUGENABLED
        AUTOSAR and C\C++-Platform use this flag to enable or disabled automated debugging when the execution is started
        See Also:
        Constant Field Values
      • DEBUG_WITH_VSCODE

        static final java.lang.String DEBUG_WITH_VSCODE
        AUTOSAR and C\C++-Platform use this flag to set whether debugging should be done with Visual Studio Code. Only relevant if automated debugging is enabled
        See Also:
        Constant Field Values