Skip to content

Debugging Issue #4

@AnvayYadav

Description

@AnvayYadav
  1. Start backend using Debugging

image

Running backend and debugging 2. Set break point at the beginning of endpoint code

image

  1. Start in frontend with split screen loading source for an API fetch using GET.

image

  1. Set break point on fetch, inside .then, inside .fetch

image

5.Run frontend, screen capture break at fetch while examining Body

image

  1. Press play on frontend, observe stop inside of backend

image

  1. Press step over on backend until you have obtained data from database, screen capture Python Object
    image

  2. DONE 9/10 Return to frontend debug session Step in until you see data, screen capture capturing break point and Data.

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