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

lldb type is not recognized with LLDB, CodeLLDB and Native Debug #1888

Closed
jamesray1 opened this issue Apr 27, 2018 · 1 comment
Closed

lldb type is not recognized with LLDB, CodeLLDB and Native Debug #1888

jamesray1 opened this issue Apr 27, 2018 · 1 comment
Assignees
Labels
debugger more info needed The issue report is not actionable in its current state

Comments

@jamesray1
Copy link

jamesray1 commented Apr 27, 2018

The lldb type is not recognized in launch.json.

OS: Ubuntu 17.10
I installed LLDB, and in VS Code I have these extensions installed and enabled:

  • Rust (rls)
  • Rusty Code
  • Rust by kalitaalexey
  • Native Debug
  • CodeLLDB
  • D Language utility extension pack

The lldb type is not recognized with just Native Debug enabled and installed, with both CodeLLDB and Native Debug and with just CodeLLDB.

What needs to happen to fix this?

Note that the gdb and lldb-mi types do work with Native Debug, but lldbi-mi doesn't support the args field.

screenshot from 2018-04-27 11-18-07

@WardenGnaw
Copy link
Member

Could you provide more information on what you mean by lldb type?

If it is for configuration type, the vscode-cpptools extension supports cppvsdbg and cppdbg. cppdbg supports working with lldb with the MIMode field set to lldb in the launch configuration.

We do not own CodeLLDB or Native Debug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debugger more info needed The issue report is not actionable in its current state
Projects
None yet
Development

No branches or pull requests

2 participants