Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ mix usage_rules.search_docs "Enum.zip" --query-by title
## Debugging

- Use `dbg/1` to print values while debugging. This will display the formatted value and other relevant information in the console.
- Write ExUnit tests when trying to replicate bugs or issues. DO NOT use mix run -e unless necessary, always try to write a unit test replicating failures first.

<!-- usage_rules:elixir-end -->
<!-- usage_rules:otp-start -->
Expand Down
Loading