Replies: 1 comment 1 reply
-
I have created this blueprint : https://github.com/FabienArcellier/blueprint-streamsync. You can run it in gitpod. It will show you on how using python debug on streamsync. First, be sure using the last version of streamsync (v0.2.8). The version before it does not support python debugging. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Might need a little bit help on getting the debugging working for a Streamsync app (using VSCode). Created a separate python file for launching using streamsync.serve.get_asgi_app and then launching the Uvicorn server. This can be run using debugpy (VSCode debugger), but breakpoints etc. are not working. How are others doing debugging with VSCode or otherwise?
Beta Was this translation helpful? Give feedback.
All reactions