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

doc: Add "Attaching a Debugger" section to README #570

Merged

Conversation

lgarber-akamai
Copy link
Contributor

📝 Description

This pull request adds a small "Attaching a Debugger" section to this project's README.

✔️ How to Test

N/A

@lgarber-akamai lgarber-akamai added the documentation for updates to the documentation in the changelog. label Aug 20, 2024
@lgarber-akamai lgarber-akamai requested a review from a team as a code owner August 20, 2024 19:57
@lgarber-akamai lgarber-akamai requested review from jriddle-linode and zliang-akamai and removed request for a team August 20, 2024 19:57
@@ -102,6 +102,31 @@ For more information on Ansible collection usage, see [Ansible's official usage

Use-case examples for this collection can be found [here](./examples/README.md).

## Development
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unless anyone has any objections, I plan on making a ticket to flesh this section out when I have time 🙂

### Attaching a Debugger

To quickly and easily attach a debugger to a running module in this collection,
you can use the [madbg](https://pypi.org/project/madbg/) package:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any alternative debuggers? The development of the madbg repository doesn't seem to be active..

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Ansible-recommended debugger is epdb but it doesn't seem to work with Ansible's stdout weirdness anymore, and isn't being too actively maintained either. It'd definitely be worth looking into other projects though 👀

Copy link
Contributor

@yec-akamai yec-akamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@lgarber-akamai lgarber-akamai merged commit c718506 into linode:dev Aug 27, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation for updates to the documentation in the changelog.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants