Blink
Tool
Blink

Workflow de depuração assistida por IA

Pare de adivinhar e comece a encontrar. Um workflow repetível assistido por IA para diagnosticar e corrigir bugs mais rapidamente.

3 steps
codingdeveloper-toolsproductivity
1

Primeiro escreva um relatório de bug preciso

Antes de perguntar à IA, escreva exatamente o que esperava, o que aconteceu e a mensagem de erro completa.

Example prompt
Help me debug this issue. Expected behavior: [WHAT SHOULD HAPPEN]. Actual behavior: [WHAT IS HAPPENING]. Error message: [FULL ERROR/STACK TRACE]. Relevant code: [PASTE CODE]. Environment: [LANGUAGE/FRAMEWORK/VERSION]. What are the most likely causes and how do I diagnose each one?
2

Peça à IA para explicar o erro e rastrear a causa

Cole o stack trace e deixe a IA explicá-lo em linguagem simples, depois rastrear qual linha o desencadeou e por quê.

Example prompt
Explain this stack trace in plain English. Identify: the root error (not the symptom), which function/line actually caused it, the chain of calls that led there, and what state the program was in when it crashed. Stack trace:

[PASTE STACK TRACE]
3

Gere uma reprodução mínima e correção

Peça à IA para escrever o menor caso de teste possível que reproduza o bug. Uma vez reproduzido, peça um fix com explicação.

Example prompt
Based on this bug description, write: 1) A minimal code snippet that reproduces the issue (no dependencies beyond what's needed). 2) The fix with a clear explanation of why the original code was wrong. 3) A unit test that would have caught this bug. Bug: [DESCRIBE THE BUG]. Relevant code: [PASTE CODE]
Ready to try Blink?
Follow this playbook with the actual tool
View Tool