What's wrong with this entry?
Anonymous. No account, no email.
What
New --debug-file CLI flag writes debug logs to a specific file path.
Usage
claude --debug-file /path/to/debug.log
claude --debug-file=/path/to/debug.logDetails
- Implicitly enables debug mode when specified
- Useful for persistent debugging and troubleshooting
Evidence
Argument parser at line 2836 (if (K.startsWith("--debug-file="))) and help text at line 577087 ("--debug-file <path>")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.