Results 2 issues of tomy

## Summary Add an easy way to enable asyncio debug mode. [asyncio debug mode](https://docs.python.org/3/library/asyncio-dev.html#asyncio-debug-mode) Now ```py import asyncio, discord class MyClient(discord.Client): async def setup_hooks(self): asyncio.get_running_loop().set_debug(True) client = MyClient(...) client.run(token) ```...

First of all, thank you for providing this very useful tool! When trying to install `coreutils` on Ubuntu 24.04 (WSL2), the build fails due to a missing environment variable. ##...