Skip to content

Debugging Issue #14

@TayKimmy

Description

@TayKimmy

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)
    Screenshot 2024-03-07 223734 - (.then) Screenshot 2024-03-07 224017
  • Press step over on backend until you have obtained data from database, screen capture HashMap or other data Object
    image

  • 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