Skip to content

Debugging #5

@Tanuj253

Description

@Tanuj253

Start backend using Debugging
Screenshot 2024-03-15 115432

Set break point at the beginning of endpoint code
Screenshot 2024-03-15 115432

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

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

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

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