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
Setting a breakpoint at const response = await doSomething(request); will pause but the response is returned (using Postman) and I can't step over to the next line.
Debug via breakpoints doesn't seem to be working properly with async handle or execute.
Setting a breakpoint at
const response = await doSomething(request);
will pause but the response is returned (using Postman) and I can't step over to the next line.Seems like this needs an async/await (maybe?)
The text was updated successfully, but these errors were encountered: