Blink
Tool
Blink

Flujo de trabajo de depuración asistida por IA

Deja de adivinar y empieza a encontrar. Un flujo de trabajo repetible asistido por IA para diagnosticar y corregir bugs más rápido.

3 steps
codingdeveloper-toolsproductivity
1

Primero escribe un informe de bug preciso

Antes de preguntar a la IA, escribe exactamente qué esperabas, qué pasó y el mensaje de error completo.

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

Pide a la IA que explique el error y rastree la causa

Pega el stack trace y deja que la IA lo explique en español simple, luego rastrea qué línea lo desencadenó y 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

Genera una reproducción mínima y la corrección

Pide a la IA que escriba el caso de prueba más pequeño posible que reproduzca el bug. Una vez reproducido, pide un fix con explicación.

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