Remote debugging with vscode

Has anyone been successful on remote debugging the action.py with a vscode? My code is not on same computer as my vscode. Thanks!

1 Like

@joggerjoel ,

sorry, I have no experience with vscode, but I always debug my custom actions on VMs using Wing Pro.

docs on remote hosts

Does Rasa have any concept for remote debug listening port? I didn’t see this as an option for rasa run actions

No it does not.

What you need to do is just start the action server directly from your IDE, as explained here.

1 Like