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
For vue cli, there is a cookbook for debugging in vscode, but, for vite, there is nothing. we still use console.log or debugger statement, which are invasive and need to be removed when publish. What we want is to set breakpoints in the code. but now it is not so good experience