Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ModuleNotFoundError: No module named 'lldb' #99

@wangyoucao577

Description

@wangyoucao577

Hi,

When I try to debug my program from vscode with lldb(windows vscode remote to linux container) , I noticed the ModuleNotFoundError: No module named 'lldb' error in my vscode TERMINAL.

It can be simply reproduced by command line as following:

$ lldb-mi --version
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'lldb'
Version: GNU gdb (GDB) 7.4
(This is a MI stub on top of LLDB and not GDB)
All rights reserved.

Environment

Even though the error occurs, functions seem work correctly, not sure whether it's just a wrong prompt or a bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions