Debug mode for Faust worker in PyCharm

I'm trying to run faust worker (https://faust.readthedocs.io) in debug mode. It starts with command:

faust -A app worker

At this monent I did this:

As you can see this is not actual debug. I expect this:

Can you say what I'm doing wrong?

 
1 comment
Comment actions Permalink

Hi, I'm not sure debugger will work with faust this way (feel free to submit an issue to https://youtrack.jetbrains.com/issues/py with project sample), but you can try PyCharm remote debugging , which will request connection to debugger from inside your code.

1

Please sign in to leave a comment.