Script debgging #748
              
                Unanswered
              
          
                  
                    
                      shashchatter
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to do source level debugging of PyScript scripts using the debugpy remote connection that is in HA?
I am able to connect to debugpy, breakpoints set in VSCode are not actually hit. If debugpy.breakpoint() is explicitly called it breaks in PyScript's eval.py().
Of course I can fallback to old fashioned debugging with logs, but source level debug would be so much more productive if it is possible given PyScript's architecture.
Beta Was this translation helpful? Give feedback.
All reactions