Im trying to get to a point where I can put breakpoints in vs code and get to them on the local development (using wix CLI).
Disclaimer: I dont come from js and know how to achieve this using pycharm, but couldnt get it to work in vs Code/wix cli.
Im trying to create a run configuration to allow me to run and debug the npx corvid open-editor command. all documentation online shows how to create a run\debug configuration if you can direct to the .js file that you want to run, and I found none that actually let you just write the shell command and attach to that process in debug (as I would do in pycharm for example).
I also dont know which local port the editor\backend server is running on, so I cant attach to it.
does anyone have experience with this\achieved this?