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-dap] Removing the debugger log callback, instead use the default behavior. #78343

Closed
wants to merge 1 commit into from

Conversation

ashgti
Copy link
Contributor

@ashgti ashgti commented Jan 16, 2024

The logging callback prevents lldb> log enable -f <file> lldb api from writing to a file and instead redirects all logging to the callback.

Fixes issues/78334.

…t behavior.

The logging callback prevents `lldb> log enable -f <file> lldb api` from
writing to a file and instead redirects all logging to the callback.
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.

[lldb-dap] Enabling LLDB logging to a file does not work in lldb-dap
1 participant