Checkpoint · devtools-inspect

Network→Console→Elements 的排錯順序

只驗證本主題責任,不偷渡其他答案。

Checkpoint 要做什麼

只驗證本主題責任,不偷渡其他答案。

本主題檔案:files/index.html

定位:先在 Network 找 intentionally-missing.png,不要先改 selector。

本階段驗收

頁面不會替你修改檔案;請在實作檔完成後重新整理確認。

目前要處理

圖片 src 尚未指向 missingPath,Console 無本練習記錄,DOM 也沒有 inspected 標記。

預期看到

同一次操作可觀察 missing URL/error、Console 記錄與 Elements data-debug-inspected=true。

請求一個不存在的本地圖片,在 error handler 記錄 Console,再為實際 DOM 加上 data-debug-inspected。

檔案清單

只在本階段資料夾內操作,避免改到其他章節。

證據:missing resource URL/error、Console recorded=true、Elements marked=true

前往 Solution →