You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if someone reports a failing command, to debug and test your new code with that command you have to build the cli locally and then run it. It can become quite cumbersome to repeat this step again and again until you fix the issue. Moreover adding more debug statements or even running a debugger becomes impossible with this approach.
It would be nice if we could figure out a way to debug and fix failing commands without building the cli locally
The text was updated successfully, but these errors were encountered:
Currently if someone reports a failing command, to debug and test your new code with that command you have to build the cli locally and then run it. It can become quite cumbersome to repeat this step again and again until you fix the issue. Moreover adding more debug statements or even running a debugger becomes impossible with this approach.
It would be nice if we could figure out a way to debug and fix failing commands without building the cli locally
The text was updated successfully, but these errors were encountered: