-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Start backend using Debugging
Set break point at the beginning of endpoint code
-
Start in frontend with split screen loading source for an API fetch using GET.
- Set break point on fetch, inside .then, inside .fetch
- Run frontend, screen capture break at fetch while examining Body
- (fetch function)
- (.then)
-
Press step over on backend until you have obtained data from database, screen capture HashMap or other data Object

-
Return to frontend debug session
- Step in until you see data, screen capture capturing break point and Data.
Metadata
Metadata
Assignees
Labels
No labels