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

fix: Fixed codelldb and cppdbg failing to setup on windows. #96

Merged
merged 1 commit into from
Jun 10, 2023

Conversation

Aeceon
Copy link
Contributor

@Aeceon Aeceon commented Jun 10, 2023

On Windows, when codelldb and cppdbg are required inside a pcall, the files silently fail to load. The configuration files for these two attempt to add members to "M.codelldb" and "M.cppdbg" respectively, but these two don't exist. The members should instead be added to the top level M table.

@Aeceon Aeceon changed the title Fixed codelldb and cppdbg failing to setup on windows. fix: Fixed codelldb and cppdbg failing to setup on windows. Jun 10, 2023
@Aeceon Aeceon closed this Jun 10, 2023
@Aeceon Aeceon reopened this Jun 10, 2023
@jay-babu jay-babu merged commit 961e9e8 into jay-babu:main Jun 10, 2023
@jay-babu
Copy link
Owner

Thank you!

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

Successfully merging this pull request may close these issues.

2 participants