-
Notifications
You must be signed in to change notification settings - Fork 778
Help me to debug
yetone edited this page Jul 19, 2025
·
3 revisions
In many cases, it is difficult for me to reproduce a bug. In such situations, you can help me identify the bug through these steps:
- Enable avante.nvim's debug mode:
<leader>ad - Reproduce the bug, then enter
:messagesto find the path of the last*-request-body.jsonfile and*-response-body.txtfile -
cat <the path of *-request-body.json> | jq -r ".messages"orcat <the path of *-request.body.json> | jq -r ".contents" - Send me the request body content from above
cat <the path of *response-body.txt>- Send me the response body content from above
You need to provide the two files above: request-body.json and response-body.txt