Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug adapter exit code=3221225781 (0xc0000135), signal=null. #1093

Open
Cybiger opened this issue Apr 11, 2024 · 1 comment
Open

Debug adapter exit code=3221225781 (0xc0000135), signal=null. #1093

Cybiger opened this issue Apr 11, 2024 · 1 comment

Comments

@Cybiger
Copy link

Cybiger commented Apr 11, 2024

I'm using win11 and configuring C++ debug environment with clang ++ in winlibs and codelldb.

After configuring the tasks.json and launch.json files of vscode, the sample program compiles and executes correctly, but when I press the F5 key to debug in vsocde, the codelldb plugin reports an error:

image
Initial debug configuration: {
  type: 'lldb',
  request: 'launch',
  name: 'Debug',
  program: '${workspaceFolder}\\build\\run.exe',
  args: [],
  cwd: '${workspaceFolder}',
  preLaunchTask: 'cppbuild',
  __configurationTarget: 6
}
Resolved debug configuration: {
  type: 'lldb',
  request: 'launch',
  name: 'Debug',
  program: '${workspaceFolder}\\build\\run.exe',
  args: [],
  cwd: '${workspaceFolder}',
  preLaunchTask: 'cppbuild',
  __configurationTarget: 6,
  relativePathBase: 'd:\\Codefield',
  _adapterSettings: {
    displayFormat: 'auto',
    showDisassembly: 'never',
    dereferencePointers: true,
    suppressMissingSourceFiles: true,
    evaluationTimeout: 5,
    consoleMode: 'commands',
    sourceLanguages: null,
    terminalPromptClear: null,
    evaluateForHovers: true,
    commandCompletions: true,
    reproducer: false
  }
}
Debug adapter exit code=3221225781 (0xc0000135), signal=null.
@wanderhappy
Copy link

same thing happens to me. win10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants