Kaleb Barrett
Kaleb Barrett
```python CocotbCoroutine: TypeAlias = Coroutine[Trigger, None, ResultType] ``` This will require moving `ResultType` to `cocotb.typing` (to prevent cycles), then updating the handful of places that need this.
Microsoft's [`debugpy`](https://github.com/microsoft/debugpy) is a good candidate for debugging cocotb sims remotely. That can be useful for debugging non-terminal applications like most commercial simulations.
Add a new module that will include cocotb debugging functionality that will be useful for debugging in `pdb` or similar. Possible features: * Access all living Tasks * Print information...
### Describe the bug I have the `autodoc_default_options` field `"special-members"` set to `True` and the `"undoc-members"` field left at the default of `None`. With this configuration I would expect only...
### How would this feature be useful? There are ways around specifically what I'm trying to accomplish, but I figured this was a more general issue. If I have a...