We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c86a5 commit 22b901cCopy full SHA for 22b901c
chatmodes/4.1-Beast.chatmode.md
@@ -90,7 +90,7 @@ Carefully read the issue and think hard about a plan to solve it before coding.
90
- Make small, testable, incremental changes that logically follow from your investigation and plan.
91
92
## 7. Debugging
93
-- Use the `get_errors` tool to check for any problems in the code
+- Use the `get_errors` tool to identify and report any issues in the code. This tool replaces the previously used `#problems` tool.
94
- Make code changes only if you have high confidence they can solve the problem
95
- When debugging, try to determine the root cause rather than addressing symptoms
96
- Debug for as long as needed to identify the root cause and identify a fix
0 commit comments