• Start backend using Debugging Screenshot 2024-03-07 at 11 58 32 PM Screenshot 2024-03-07 at 11 59 42 PM

  • Set break point at the beginning of endpoint code Screenshot 2024-03-08 at 12 01 21 AM Screenshot 2024-03-08 at 9 02 52 AM

  • Start in frontend with split screen loading source for an API fetch using get Screenshot 2024-03-08 at 12 03 30 AM

  • Set break point on fetch, inside .then, inside .fetch Screenshot 2024-03-08 at 12 04 30 AM Screenshot 2024-03-08 at 9 36 58 AM

  • Run frontend, screen capture break at fetch while examining body https://github.com/Ant11234/BazhRepo/assets/40652645/784c7d35-f79d-4ad5-82a7-fe1e09139e4a

  • Press play on frontend, observe stop inside of backend https://github.com/Ant11234/BazhRepo/assets/40652645/63c20a3d-5c9b-4b04-a5a6-b1fee7f939f0

  • Press step over on backend until you have obtained data from database, screen capture HashMap or other data Object https://github.com/Ant11234/BazhRepo/assets/40652645/52c572ff-6300-486b-a926-9096c0f6757e

  • Press play button to end backend debugging session
  • Return to frontend debug session
  • Step in until you see data, screen capture capturing break point and Data Screenshot 2024-03-08 at 12 44 27 AM