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

chatdbg.native_util.clangd_lsp_integration import errors #44

Open
nicovank opened this issue Jul 8, 2024 · 0 comments
Open

chatdbg.native_util.clangd_lsp_integration import errors #44

nicovank opened this issue Jul 8, 2024 · 0 comments
Assignees

Comments

@nicovank
Copy link
Collaborator

nicovank commented Jul 8, 2024

Making an issue here from Slack so all the information is in one place. There seems to be an issue for ChatDBG+LLDB.
I suspect this is because of some import/import path issue.

% lldb -- ./gctest2 30
error: module importing failed: Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/Users/nvankempen/Programming/plasma-umass/chatdbg/src/chatdbg/chatdbg_lldb.py", line 7, in <module>
    from chatdbg.native_util import clangd_lsp_integration
ModuleNotFoundError: No module named 'chatdbg.native_util'

It comes out differently on Emery's machine:

Traceback (most recent call last):
  File "/Users/emery/git/ChatDBG/src/chatdbg/chatdbg_lldb.py", line 44, in _function_definition
    result.AppendMessage(clangd_lsp_integration.native_definition(command))
AttributeError: module 'chatdbg.native_util.clangd_lsp_integration' has no attribute 'native_definition'
@nicovank nicovank self-assigned this Jul 8, 2024
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

1 participant