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

[CHORE] Auto attach LLDB debugger to python #2940

Closed
wants to merge 0 commits into from

Conversation

sagiahrac
Copy link
Contributor

Details:

This update introduces attach_debugger.py for automated debugging, setting up the VSCode debugger for Rust and Python to enable native debugging from Python files with breakpoints in Rust code.

Changes:

  • Added attach_debugger.py to invoke LLDB and auto-attach the debugger.
  • Updated documentation in CONTRIBUTING.md

Example

auto_attach_example

Slack thread on Daft for more context: https://dist-data.slack.com/archives/C052CA6Q9N1/p1727182073891189

@github-actions github-actions bot added the chore label Sep 26, 2024
Copy link

codspeed-hq bot commented Sep 26, 2024

CodSpeed Performance Report

Merging #2940 will not alter performance

Comparing sagiahrac:main (44a9539) with main (396c004)

Summary

✅ 17 untouched benchmarks

@jaychia
Copy link
Contributor

jaychia commented Sep 26, 2024

Thanks! @andrewgazelka you wanna take a look?

@sagiahrac
Copy link
Contributor Author

Changes moved to https://github.com/sagiahrac/Daft/tree/auto-attach-lldb-debugger
@jaychia Should I recreate the PR with the adjusted branch?

@andrewgazelka
Copy link
Member

Changes moved to https://github.com/sagiahrac/Daft/tree/auto-attach-lldb-debugger @jaychia Should I recreate the PR with the adjusted branch?

yes :) let's do that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants