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
I installed the Local Version of Convex expecting to be able to use the VSCode debugger to step through queries, mutations and any other convex backend code. But so far I failed to get the VSCode debugger to attach.
Already tried:
I added "sourceMap": true to all tsconfig files
execute npm run dev in a JavaScript Debug Terminal