advikg / advikg/student

Debugging Event Tri 2

オープン
#9 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Jupyter Notebook
スター
0
フォーク
1
PR マージ指標
30日以内にマージされた PR はありません

説明

1. Start backend using Debugging
![image](https://github.com/advikg/student/assets/47793315/ac28bc39-19f7-4cc8-8fa1-8f3258dd34aa)
2. Set break point at the beginning of endpoint code
![image](https://github.com/advikg/student/assets/47793315/5c9092f5-c942-4489-824c-7580b49ad8d4)
3. Start in frontend with split screen loading source for an API fetch using GET.
![image](https://github.com/advikg/student/assets/47793315/c91fc7d3-2453-40e4-ac72-e88669410bb8)
4. Set break point on fetch, inside .catch
![image](https://github.com/advikg/student/assets/47793315/170b2596-7e3c-44e7-8cb1-92bb73bc306d)
5. Run frontend, screen capture break at fetch while examining Body
![image](https://github.com/advikg/student/assets/47793315/2c12d25e-50da-4097-b1eb-d46616f6b5ec)
6. Press play on frontend, observe stop inside of backend
![image](https://github.com/advikg/student/assets/47793315/526b653c-eaba-4217-a01c-f25b59f7d5ad)
7. Press step over on backend until you have obtained data from database, screen capture Python Object
![image](https://github.com/advikg/student/assets/47793315/60ce68ce-1a08-49db-b05f-bf3481754d02)
8. Press play button to end backend debugging session.
9. Return to frontend debug session
10. Step in until you see data, screen capture capturing break point and Data.
![image](https://github.com/advikg/student/assets/47793315/f2175b58-ddae-4791-9ed6-55401ed36bb1)

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。