question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Note: Google Test filter = ⚡️ Unexpected ERROR while parsing

See original GitHub issue

Describe the bug

Unexpected ERROR while parsing. Running test from cmake tools works.

To Reproduce

  1. use google test
  2. run one test with TEST EXPLORER

Screenshots (optional)

Desktop

  • Extension Version:3.4.1
  • VS Code Version:1.48.2
  • Catch2 / Google Test / DOCTest Version:1.8.1
  • OS Type and Version: CentOS Linux release 7.6.1810
  • Using remote-ssh/docker/wsl?: docker

Log (optional but recommended)

[2020-09-01 07:24:07.298] [DEBUG] RootSuite start event fired C++ TestMate 20 [ '15' ]
[2020-09-01 07:24:07.298] [DEBUG] Event fired started { testRunId: '20', type: 'started', tests: [Array] }
[2020-09-01 07:24:07.300] [INFO] reloadTests GoogleTest Promise { undefined } /home/sgao/Documents/featstore/build-Debug-GCC 9.3.1/test/feats_test
[2020-09-01 07:24:07.301] [DEBUG] reloadTests was skipped due to mtime /home/sgao/Documents/featstore/build-Debug-GCC 9.3.1/test/feats_test
[2020-09-01 07:24:07.301] [DEBUG] Event fired ⚡️ Unexpected ERROR while parsing {
  testRunId: '20',
  type: 'test',
  test: [Object],
  state: 'errored',
  message: '❗️Unexpected stderr!\n(One might can use ignoreTestEnumerationStdErr ' +
    'as the LAST RESORT. Check README for details.)\nspawn\nstout:\n' +
    'FeatStore.\n  init\n  frame\n\nstderr:\ng3log g3FileSink shutdown at: ' +
    '06:52:23 667485\nLog file at: ' +
    '[/tmp/featstore/featstore.g3log.20200901-065223.log]\n'
}
[2020-09-01 07:24:07.303] [DEBUG] RootSuite finished event fired C++ TestMate 20
[2020-09-01 07:24:07.303] [DEBUG] Event fired finished { testRunId: '20', type: 'finished' }
[2020-09-01 07:24:10.546] [INFO] Using debug
[2020-09-01 07:24:10.546] [INFO] test u {
  _shared: {
    log: o {
      configSection: 'testMate.cpp.log',
      workspaceFolder: undefined,
      outputChannelName: 'C++ TestMate',
      inspectOptions: { depth: 3 },
      includeLocation: false,
      targets: [ [a], [c] ],
      nextInspectOptions: undefined,
      configChangeSubscription: { dispose: [Function: dispose] }
    },
    workspaceFolder: {
      uri: h {
        scheme: 'file',
        authority: '',
        path: '/home/sgao/Documents/featstore',
        query: '',
        fragment: '',
        _formatted: 'file:///home/sgao/Documents/featstore',
        _fsPath: '/home/sgao/Documents/featstore'
      },
      name: 'featstore',
      index: 0
    },
    loadWithTask: [AsyncFunction],
    sendRetireEvent: [Function],
    sendTestRunEvent: [Function],
    sendTestEvents: [Function],
    executeTask: [Function],
    varToValue: [
      { resolve: '${workspaceName}', rule: 'featstore' },
      {
        resolve: '${workspaceDirectory}',
        rule: '/home/sgao/Documents/featstore'
      },
      {
        resolve: '${workspaceFolder}',
        rule: '/home/sgao/Documents/featstore'
      },
      { resolve: '${osPathSep}', rule: '/' },
      { resolve: '${osPathEnvSep}', rule: ':' },
      { resolve: '${osEnvSep}', rule: ':' },
      {
        resolve: /\$\{if\(isWin\)\}(.*?)\$\{else\}(.*?)\$\{endif\}/,
        rule: [Function: rule]
      }
    ],
    rngSeed: null,
    execWatchTimeout: 10000,
    retireDebounceTime: 1000,
    _execRunningTimeout: null,
    execParsingTimeout: 5000,
    isNoThrow: false,
    enabledTestListCaching: false,
    enabledStrictPattern: null,
    googleTestTreatGMockWarningAs: 'nothing',
    googleTestGMockVerbose: 'default',
    _execRunningTimeoutChangeEmitter: l {
      _disposed: false,
      _options: undefined,
      _leakageMon: undefined,
      _event: [Function]
    },
    onDidChangeExecRunningTimeout: [Function],
    taskPool: { _maxTaskCount: 1, _runningTaskCount: 0, _waitingTasks: [] }
  },
  _rootSuite: s {
    _shared: {
      log: o {
        configSection: 'testMate.cpp.log',
        workspaceFolder: undefined,
        outputChannelName: 'C++ TestMate',
        inspectOptions: [Object],
        includeLocation: false,
        targets: [Array],
        nextInspectOptions: undefined,
        configChangeSubscription: [Object]
      },
      workspaceFolder: { uri: [h], name: 'featstore', index: 0 },
      loadWithTask: [AsyncFunction],
      sendRetireEvent: [Function],
      sendTestRunEvent: [Function],
      sendTestEvents: [Function],
      executeTask: [Function],
      varToValue: [
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object]
      ],
      rngSeed: null,
      execWatchTimeout: 10000,
      retireDebounceTime: 1000,
      _execRunningTimeout: null,
      execParsingTimeout: 5000,
      isNoThrow: false,
      enabledTestListCaching: false,
      enabledStrictPattern: null,
      googleTestTreatGMockWarningAs: 'nothing',
      googleTestGMockVerbose: 'default',
      _execRunningTimeoutChangeEmitter: l {
        _disposed: false,
        _options: undefined,
        _leakageMon: undefined,
        _event: [Function]
      },
      onDidChangeExecRunningTimeout: [Function],
      taskPool: { _maxTaskCount: 1, _runningTaskCount: 0, _waitingTasks: [] }
    },
    parent: undefined,
    _label: 'C++ TestMate',
    _descriptionBase: '',
    _tooltipBase: '',
    type: 'suite',
    debuggable: false,
    children: [
      o {
        _shared: [Object],
        parent: [Circular],
        _label: 'feats_test',
        _descriptionBase: 'build-Debug-GCC 9.3.1/test/',
        _tooltipBase: 'Path: ' +
          '/home/sgao/Documents/featstore/build-Debug-GCC ' +
          '9.3.1/test/feats_test\nCwd: ' +
          '/home/sgao/Documents/featstore/build-Debug-GCC ' +
          '9.3.1/test',
        type: 'suite',
        debuggable: false,
        children: [Array],
        _runningCounter: 0,
        _additionalDesciption: '',
        _additionalTooltip: '',
        _file: undefined,
        _line: undefined,
        errored: undefined,
        message: undefined,
        id: '14'
      }
    ],
    _runningCounter: 0,
    _additionalDesciption: '',
    _additionalTooltip: '',
    _file: null,
    _line: null,
    errored: undefined,
    message: undefined,
    id: '1',
    _executables: [
      {
        _shared: [Object],
        _pattern: '{build*,Build,BUILD,out,Out,OUT}/**/*{test,Test,TEST}*',
        _name: undefined,
        _description: undefined,
        _cwd: '${absDirpath}',
        _env: undefined,
        _envFile: undefined,
        _dependsOn: [],
        _runTask: [Object],
        _parallelizationLimit: 1,
        _strictPattern: false,
        _executionWrapper: undefined,
        _catch2: {},
        _gtest: {},
        _doctest: {},
        _disposed: false,
        _disposables: [Array],
        _runnables: [Map],
        _lastEventArrivedAt: [Map]
      }
    ],
    _cancellationTokenSource: {
      _token: o { _isCancelled: false, _emitter: null },
      _parentListener: undefined
    },
    _runningPromise: Promise { undefined },
    _runningPromiseResolver: [Function]
  },
  properties: {
    name: undefined,
    description: undefined,
    varToValue: [
      { resolve: '${workspaceName}', rule: 'featstore' },
      {
        resolve: '${workspaceDirectory}',
        rule: '/home/sgao/Documents/featstore'
      },
      {
        resolve: '${workspaceFolder}',
        rule: '/home/sgao/Documents/featstore'
      },
      { resolve: '${osPathSep}', rule: '/' },
      { resolve: '${osPathEnvSep}', rule: ':' },
      { resolve: '${osEnvSep}', rule: ':' },
      {
        resolve: /\$\{if\(isWin\)\}(.*?)\$\{else\}(.*?)\$\{endif\}/,
        rule: [Function: rule]
      },
      {
        resolve: /\${absPath(?:\[(?:(-?[0-9]+)|(-?[0-9]+)?:(-?[0-9]+)?)\])?}/,
        rule: [Function: rule]
      },
      {
        resolve: /\${relPath(?:\[(?:(-?[0-9]+)|(-?[0-9]+)?:(-?[0-9]+)?)\])?}/,
        rule: [Function: rule]
      },
      {
        resolve: /\${absDirpath(?:\[(?:(-?[0-9]+)|(-?[0-9]+)?:(-?[0-9]+)?)\])?}/,
        rule: [Function: rule]
      },
      {
        resolve: /\${relDirpath(?:\[(?:(-?[0-9]+)|(-?[0-9]+)?:(-?[0-9]+)?)\])?}/,
        rule: [Function: rule]
      },
      {
        resolve: /\${filename(?:\[(?:(-?[0-9]+)|(-?[0-9]+)?:(-?[0-9]+)?)\])?}/,
        rule: [Function: rule]
      },
      { resolve: '${extFilename}', rule: '' },
      { resolve: '${baseFilename}', rule: 'feats_test' },
      {
        resolve: /\${cwd(?:\[(?:(-?[0-9]+)|(-?[0-9]+)?:(-?[0-9]+)?)\])?}/,
        rule: [Function: rule]
      }
    ],
    path: '/home/sgao/Documents/featstore/build-Debug-GCC 9.3.1/test/feats_test',
    options: {
      cwd: '/home/sgao/Documents/featstore/build-Debug-GCC 9.3.1/test',
      env: {
        HOSTNAME: '03f461679d83',
        SHELL: '/bin/bash',
        REMOTE_CONTAINERS_SOCKETS: '["/tmp/vscode-ssh-auth-81909cdc28b6bdcbbcb4c97f13f216e5c47a79a8.sock","/root/.gnupg/S.gpg-agent"]',
        REMOTE_CONTAINERS_IPC: '/tmp/vscode-remote-containers-ipc-caac19f6c63ad25998867cf7e3d7e3b78844644c.sock',
        LD_LIBRARY_PATH: '/opt/rh/devtoolset-9/root/usr/lib64:/opt/rh/devtoolset-9/root/usr/lib:',
        VSCODE_AGENT_FOLDER: '/root/.vscode-server',
        PATH: '/root/.vscode-server/bin/a0479759d6e9ea56afa657e454193f72aef85bd0/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
        PWD: '/root/.vscode-server/bin/a0479759d6e9ea56afa657e454193f72aef85bd0',
        SHLVL: '1',
        HOME: '/root',
        _: '/root/.vscode-server/bin/a0479759d6e9ea56afa657e454193f72aef85bd0/node',
        VSCODE_INJECT_NODE_MODULE_LOOKUP_PATH: '/root/.vscode-server/bin/a0479759d6e9ea56afa657e454193f72aef85bd0/remote/node_modules',
        VSCODE_LOGS: '/root/.vscode-server/data/logs/20200831T081140',
        AMD_ENTRYPOINT: 'vs/server/remoteExtensionHostProcess',
        PIPE_LOGGING: 'true',
        VERBOSE_LOGGING: 'true',
        VSCODE_EXTHOST_WILL_SEND_SOCKET: 'true',
        VSCODE_HANDLES_UNCAUGHT_ERRORS: 'true',
        VSCODE_LOG_STACK: 'false',
        VSCODE_NLS_CONFIG: '{"locale":"en","availableLanguages":{}}',
        SSH_AUTH_SOCK: '/tmp/vscode-ssh-auth-caac19f6c63ad25998867cf7e3d7e3b78844644c.sock',
        VSCODE_IPC_HOOK_CLI: '/tmp/vscode-ipc-aadcba84-da36-4874-914e-0cd02e891ec6.sock',
        APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL: 'true'
      }
    },
    _frameworkSpecific: {},
    runTask: { before: [], beforeEach: [], after: [], afterEach: [] },
    spawner: i {},
    parallelizationPool: { _maxTaskCount: 1, _runningTaskCount: 0, _waitingTasks: [] }
  },
  frameworkName: 'GoogleTest',
  frameworkVersion: Promise { undefined },
  _lastReloadTime: 1598943312873.1775,
  _tests: Set {
    {
      _shared: {
        log: [o],
        workspaceFolder: [Object],
        loadWithTask: [AsyncFunction],
        sendRetireEvent: [Function],
        sendTestRunEvent: [Function],
        sendTestEvents: [Function],
        executeTask: [Function],
        varToValue: [Array],
        rngSeed: null,
        execWatchTimeout: 10000,
        retireDebounceTime: 1000,
        _execRunningTimeout: null,
        execParsingTimeout: 5000,
        isNoThrow: false,
        enabledTestListCaching: false,
        enabledStrictPattern: null,
        googleTestTreatGMockWarningAs: 'nothing',
        googleTestGMockVerbose: 'default',
        _execRunningTimeoutChangeEmitter: [l],
        onDidChangeExecRunningTimeout: [Function],
        taskPool: [Object]
      },
      runnable: [Circular],
      parent: o {
        _shared: [Object],
        parent: [s],
        _label: 'feats_test',
        _descriptionBase: 'build-Debug-GCC 9.3.1/test/',
        _tooltipBase: 'Path: ' +
          '/home/sgao/Documents/featstore/build-Debug-GCC ' +
          '9.3.1/test/feats_test\nCwd: ' +
          '/home/sgao/Documents/featstore/build-Debug-GCC ' +
          '9.3.1/test',
        type: 'suite',
        debuggable: false,
        children: [Array],
        _runningCounter: 0,
        _additionalDesciption: '',
        _additionalTooltip: '',
        _file: undefined,
        _line: undefined,
        errored: undefined,
        message: undefined,
        id: '14'
      },
      type: 'test',
      debuggable: true,
      _label: '⚡️ Unexpected ERROR while parsing',
      _additionalDesciption: '',
      _additionalTooltip: '',
      _skipped: true,
      _tags: [],
      _testDescription: '⚡️ Run me for details ⚡️',
      _typeParam: undefined,
      _valueParam: undefined,
      _file: undefined,
      _line: undefined,
      _reverseRoute: undefined,
      id: '15',
      testNameAsId: '⚡️ Unexpected ERROR while parsing',
      _staticEvent: {
        state: 'errored',
        message: '❗️Unexpected stderr!\n(One might can use ' +
          'ignoreTestEnumerationStdErr as the LAST RESORT. Check ' +
          'README for details.)\nspawn\nstout:\nFeatStore.\n  init\n  ' +
          'frame\n\nstderr:\ng3log g3FileSink shutdown at: 06:52:23 ' +
          '667485\nLog file at: ' +
          '[/tmp/featstore/featstore.g3log.20200901-065223.log]\n'
      }
    }
  },
  _argumentPrefix: 'gtest_',
  children: []
} [
  {
    _shared: {
      log: o {
        configSection: 'testMate.cpp.log',
        workspaceFolder: undefined,
        outputChannelName: 'C++ TestMate',
        inspectOptions: [Object],
        includeLocation: false,
        targets: [Array],
        nextInspectOptions: undefined,
        configChangeSubscription: [Object]
      },
      workspaceFolder: { uri: [h], name: 'featstore', index: 0 },
      loadWithTask: [AsyncFunction],
      sendRetireEvent: [Function],
      sendTestRunEvent: [Function],
      sendTestEvents: [Function],
      executeTask: [Function],
      varToValue: [
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object]
      ],
      rngSeed: null,
      execWatchTimeout: 10000,
      retireDebounceTime: 1000,
      _execRunningTimeout: null,
      execParsingTimeout: 5000,
      isNoThrow: false,
      enabledTestListCaching: false,
      enabledStrictPattern: null,
      googleTestTreatGMockWarningAs: 'nothing',
      googleTestGMockVerbose: 'default',
      _execRunningTimeoutChangeEmitter: l {
        _disposed: false,
        _options: undefined,
        _leakageMon: undefined,
        _event: [Function]
      },
      onDidChangeExecRunningTimeout: [Function],
      taskPool: { _maxTaskCount: 1, _runningTaskCount: 0, _waitingTasks: [] }
    },
    runnable: u {
      _shared: {
        log: [o],
        workspaceFolder: [Object],
        loadWithTask: [AsyncFunction],
        sendRetireEvent: [Function],
        sendTestRunEvent: [Function],
        sendTestEvents: [Function],
        executeTask: [Function],
        varToValue: [Array],
        rngSeed: null,
        execWatchTimeout: 10000,
        retireDebounceTime: 1000,
        _execRunningTimeout: null,
        execParsingTimeout: 5000,
        isNoThrow: false,
        enabledTestListCaching: false,
        enabledStrictPattern: null,
        googleTestTreatGMockWarningAs: 'nothing',
        googleTestGMockVerbose: 'default',
        _execRunningTimeoutChangeEmitter: [l],
        onDidChangeExecRunningTimeout: [Function],
        taskPool: [Object]
      },
      _rootSuite: s {
        _shared: [Object],
        parent: undefined,
        _label: 'C++ TestMate',
        _descriptionBase: '',
        _tooltipBase: '',
        type: 'suite',
        debuggable: false,
        children: [Array],
        _runningCounter: 0,
        _additionalDesciption: '',
        _additionalTooltip: '',
        _file: null,
        _line: null,
        errored: undefined,
        message: undefined,
        id: '1',
        _executables: [Array],
        _cancellationTokenSource: [Object],
        _runningPromise: [Promise],
        _runningPromiseResolver: [Function]
      },
      properties: {
        name: undefined,
        description: undefined,
        varToValue: [Array],
        path: '/home/sgao/Documents/featstore/build-Debug-GCC 9.3.1/test/feats_test',
        options: [Object],
        _frameworkSpecific: {},
        runTask: [Object],
        spawner: i {},
        parallelizationPool: [Object]
      },
      frameworkName: 'GoogleTest',
      frameworkVersion: Promise { undefined },
      _lastReloadTime: 1598943312873.1775,
      _tests: Set { [Circular] },
      _argumentPrefix: 'gtest_',
      children: []
    },
    parent: o {
      _shared: {
        log: [o],
        workspaceFolder: [Object],
        loadWithTask: [AsyncFunction],
        sendRetireEvent: [Function],
        sendTestRunEvent: [Function],
        sendTestEvents: [Function],
        executeTask: [Function],
        varToValue: [Array],
        rngSeed: null,
        execWatchTimeout: 10000,
        retireDebounceTime: 1000,
        _execRunningTimeout: null,
        execParsingTimeout: 5000,
        isNoThrow: false,
        enabledTestListCaching: false,
        enabledStrictPattern: null,
        googleTestTreatGMockWarningAs: 'nothing',
        googleTestGMockVerbose: 'default',
        _execRunningTimeoutChangeEmitter: [l],
        onDidChangeExecRunningTimeout: [Function],
        taskPool: [Object]
      },
      parent: s {
        _shared: [Object],
        parent: undefined,
        _label: 'C++ TestMate',
        _descriptionBase: '',
        _tooltipBase: '',
        type: 'suite',
        debuggable: false,
        children: [Array],
        _runningCounter: 0,
        _additionalDesciption: '',
        _additionalTooltip: '',
        _file: null,
        _line: null,
        errored: undefined,
        message: undefined,
        id: '1',
        _executables: [Array],
        _cancellationTokenSource: [Object],
        _runningPromise: [Promise],
        _runningPromiseResolver: [Function]
      },
      _label: 'feats_test',
      _descriptionBase: 'build-Debug-GCC 9.3.1/test/',
      _tooltipBase: 'Path: /home/sgao/Documents/featstore/build-Debug-GCC ' +
        '9.3.1/test/feats_test\nCwd: ' +
        '/home/sgao/Documents/featstore/build-Debug-GCC 9.3.1/test',
      type: 'suite',
      debuggable: false,
      children: [ [Circular] ],
      _runningCounter: 0,
      _additionalDesciption: '',
      _additionalTooltip: '',
      _file: undefined,
      _line: undefined,
      errored: undefined,
      message: undefined,
      id: '14'
    },
    type: 'test',
    debuggable: true,
    _label: '⚡️ Unexpected ERROR while parsing',
    _additionalDesciption: '',
    _additionalTooltip: '',
    _skipped: true,
    _tags: [],
    _testDescription: '⚡️ Run me for details ⚡️',
    _typeParam: undefined,
    _valueParam: undefined,
    _file: undefined,
    _line: undefined,
    _reverseRoute: undefined,
    id: '15',
    testNameAsId: '⚡️ Unexpected ERROR while parsing',
    _staticEvent: {
      state: 'errored',
      message: '❗️Unexpected stderr!\n(One might can use ignoreTestEnumerationStdErr ' +
        'as the LAST RESORT. Check README for details.)\nspawn\nstout:\n' +
        'FeatStore.\n  init\n  frame\n\nstderr:\ng3log g3FileSink shutdown at: ' +
        '06:52:23 667485\nLog file at: ' +
        '[/tmp/featstore/featstore.g3log.20200901-065223.log]\n'
    }
  }
];
[2020-09-01 07:24:10.548] [DEBUG] debugConfigTemplate {
  name: '${label} (${suiteLabel})',
  request: 'launch',
  type: 'cppvsdbg',
  linux: { type: 'cppdbg', MIMode: 'gdb' },
  osx: { type: 'cppdbg', MIMode: 'lldb' },
  windows: { type: 'cppvsdbg' },
  program: '${exec}',
  args: '${args}',
  cwd: '${cwd}',
  env: '${envObj}'
}
[2020-09-01 07:24:10.548] [INFO] Using debug { debugConfigTemplateSource: 'ms-vscode.cpptools' }
[2020-09-01 07:24:10.549] [INFO] Debug: resolved debugConfig: {
  name: '⚡️ Unexpected ERROR while parsing (feats_test)',
  request: 'launch',
  type: 'cppvsdbg',
  linux: { type: 'cppdbg', MIMode: 'gdb' },
  osx: { type: 'cppdbg', MIMode: 'lldb' },
  windows: { type: 'cppvsdbg' },
  program: '/home/sgao/Documents/featstore/build-Debug-GCC 9.3.1/test/feats_test',
  args: [
    '--gtest_color=no',
    '--gtest_filter=⚡️ Unexpected ERROR while parsing',
    '--gtest_also_run_disabled_tests',
    '--gtest_break_on_failure'
  ],
  cwd: '/home/sgao/Documents/featstore/build-Debug-GCC 9.3.1/test',
  env: {
    HOSTNAME: '03f461679d83',
    SHELL: '/bin/bash',
    REMOTE_CONTAINERS_SOCKETS: '["/tmp/vscode-ssh-auth-81909cdc28b6bdcbbcb4c97f13f216e5c47a79a8.sock","/root/.gnupg/S.gpg-agent"]',
    REMOTE_CONTAINERS_IPC: '/tmp/vscode-remote-containers-ipc-caac19f6c63ad25998867cf7e3d7e3b78844644c.sock',
    LD_LIBRARY_PATH: '/opt/rh/devtoolset-9/root/usr/lib64:/opt/rh/devtoolset-9/root/usr/lib:',
    VSCODE_AGENT_FOLDER: '/root/.vscode-server',
    PATH: '/root/.vscode-server/bin/a0479759d6e9ea56afa657e454193f72aef85bd0/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
    PWD: '/root/.vscode-server/bin/a0479759d6e9ea56afa657e454193f72aef85bd0',
    SHLVL: '1',
    HOME: '/root',
    _: '/root/.vscode-server/bin/a0479759d6e9ea56afa657e454193f72aef85bd0/node',
    VSCODE_INJECT_NODE_MODULE_LOOKUP_PATH: '/root/.vscode-server/bin/a0479759d6e9ea56afa657e454193f72aef85bd0/remote/node_modules',
    VSCODE_LOGS: '/root/.vscode-server/data/logs/20200831T081140',
    AMD_ENTRYPOINT: 'vs/server/remoteExtensionHostProcess',
    PIPE_LOGGING: 'true',
    VERBOSE_LOGGING: 'true',
    VSCODE_EXTHOST_WILL_SEND_SOCKET: 'true',
    VSCODE_HANDLES_UNCAUGHT_ERRORS: 'true',
    VSCODE_LOG_STACK: 'false',
    VSCODE_NLS_CONFIG: '{"locale":"en","availableLanguages":{}}',
    SSH_AUTH_SOCK: '/tmp/vscode-ssh-auth-caac19f6c63ad25998867cf7e3d7e3b78844644c.sock',
    VSCODE_IPC_HOOK_CLI: '/tmp/vscode-ipc-aadcba84-da36-4874-914e-0cd02e891ec6.sock',
    APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL: 'true'
  },
  'magic variable  🤦🏼‍': '21'
}
[2020-09-01 07:24:10.549] [INFO] startDebugging
[2020-09-01 07:24:11.722] [INFO] debugSessionStarted
[2020-09-01 07:24:14.094] [INFO] debugSessionTerminated

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

Re: [googletest] GTEST_FLAG(filter) problem - Google Groups
Hi, I am running googletest from Visual Studio and targeting an embedded target device. ... I do see the text "Note: Google Test...
Read more >
Unknown Error during parsing Google Test module output
Bug 384674 - C/C++ Unit - Google Test - "Unknown Error during parsing ... Note. You need to log in before you can...
Read more >
Release Notes | Firebase - Google
These logs extend performance testing you can run with the Realtime Database profiler. December 15, 2022. SDK Releases. The Firebase Admin Node.js SDK ......
Read more >
Changelog - Proxyman
Add Filter Search (⌘F) to Map Local and Breakpoint Rules. Breakpoint Tool can work with Scripting. Shortcut to toggle External Proxy Tool. ⚡️...
Read more >
A curated list of awesome Go frameworks, libraries and ...
Generic OAuth 2.0 package that comes with JWT, Google APIs, ... flag - Simple but powerful command line option parsing library for Go...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found