I was wondering if is there a way to debug skills.
I already saw the documentation about creating skills but my question is if there is a method to confitgure VSCode or PyCharm to do a step-by-step debug to let me understand and correct failing skills.
I use pycharm connected to my github account. I then have a few ssh connections to mycroft, 1st with a tails log to monitor what is happening and a second with msm update to pull my changes made in pycharm/github and a third with the mycroft cli to type “spoken” commands.
So, if I understood correctly, it seems there is no way to use breakpoints and do a step-by-step debug like we do on the mycroft-core with the unit tests, isn’t it?