794 B
794 B
- Reflect on 5-7 different possible sources of the problem
- Distill those down to 1-2 most likely sources
- Add additional logs to validate your assumptions and track the transformation of data structures throughout the application control flow before we move onto implementing the actual code fix
- Use the "getConsoleLogs", "getConsoleErrors", "getNetworkLogs" & "getNetworkErrors" tools to obtain any newly added web browser logs
- Obtain the server logs as well if accessible - otherwise, ask me to copy/paste them into the chat
- Deeply reflect on what could be wrong + produce a comprehensive analysis of the issue
- Suggest additional logs if the issue persists or if the source is not yet clear
- Once a fix is implemented, ask for approval to remove the previously added logs