aio-libs / aiohttp-devtools

dev tools for aiohttp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I use aiohttp-devtools with the PyCharm debugger?

NathanWailes opened this issue · comments

I've no idea how pycharm works, so can't really help you. The answer in your linked SO (https://stackoverflow.com/questions/44820398/how-to-run-adevaiohttp-devtools-command-using-pycharm#answer-44860530) is from the original author of devtools, so that's the best I can point you to.

Ok, that actually worked, sorry for wasting your time.

Here's what my run configuration looked like before and after, to help anyone else who comes across this thread:

Before (debugger is not working):
image

After (debugger is working):
image