Skip to content

Eshaan Kumar Debugging #12

@eshaank1

Description

@eshaank1
  1. Start the backend using debugging
    image
  2. Set a breakpoint at the top of the endpoint code
    image
  3. Start the frontend and split screen to loading source for an API fetch using GET
    image
  4. Set break point on fetch, inside .then, inside .fetch
    image
  5. Run frontend, it breaks at the fetch in the body code
    image
  6. Play on frontend, observe the stop on the backend
    image
  7. Step over on backend until you obtain the data from the database
    image
  8. End the debugging session
    image
  9. Step over on frontend until you obtain the data which leads to a successful login
    image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions