Skip to content

Debugging Live Review #8

@cliang1

Description

@cliang1
  • Start backend using Debugging
image
  • Set break point at the beginning of endpoint code
image
  • Start in frontend with split screen loading source for an API fetch using GET.
image
  • Set break point on fetch, inside .then, inside .fetch
image
  • Run frontend, screen capture break at fetch while examining Body
image
  • Press play on frontend, observe stop inside of backend
image
  • Press step over on backend until you have obtained data from database, screen capture Python Object
image
  • Press play button to end backend debugging session.
image
  • Return to frontend debug session
image
  • Step in until you see data, screen capture capturing break point and Data.
image image 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