Skip to content

Tanay's Debugging #5

@tanayp327

Description

@tanayp327

Start backend using Debugging

Screenshot 2024-03-08 at 12 18 33 PM

Set break point at the beginning of endpoint code

Screenshot 2024-03-08 at 12 19 54 PM

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

Screenshot 2024-03-08 at 12 20 26 PM

Press play on frontend, observe stop inside of backend

Screenshot 2024-03-08 at 12 23 20 PM

Press step over on backend until you have obtained data from database, screen capture HashMap or other data Object

Screenshot 2024-03-08 at 12 27 45 PM

Press play button to end backend debugging session.

Screenshot 2024-03-08 at 12 28 44 PM

Step in until you see data, screen capture capturing break point and Data.

Screenshot 2024-03-08 at 12 34 51 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions