Debugging Blog
A blog showing my debugging, it is additionally in an issue at https://github.com/Ant11234/BazhRepo/issues/16
-
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 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