Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai committed Aug 20, 2024
1 parent 2266ccd commit a3759b4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions template/README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,25 @@ 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
The following section outlines various information relating to the development of this collection.
### 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:
1. Install `madbg` in the local Python environment:

```shell
pip install madbg
```

2. Create an assertion

###

## Licensing

GNU General Public License v3.0.
Expand Down

0 comments on commit a3759b4

Please sign in to comment.