Tool
BlinkΡοή εργασίας αποσφαλμάτωσης με AI
Σταματήστε να μαντεύετε και αρχίστε να βρίσκετε. Ένα επαναλαμβανόμενο AI-υποβοηθούμενο workflow για ταχύτερο debugging.
3 steps
codingdeveloper-toolsproductivity
1
Γράψτε πρώτα ακριβή αναφορά σφάλματος
Πριν ρωτήσετε οτιδήποτε το AI, γράψτε ακριβώς τι περιμένατε, τι συνέβη και το πλήρες μήνυμα σφάλματος.
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
Ζητήστε από το AI να εξηγήσει το σφάλμα και να ανιχνεύσει την αιτία
Επικολλήστε το stack trace και αφήστε το AI να το εξηγήσει σε απλή γλώσσα, στη συνέχεια ποια γραμμή το προκάλεσε.
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
Δημιουργήστε ελάχιστη αναπαραγωγή και διόρθωση
Ζητήστε από το AI να γράψει το ελάχιστο test case που αναπαράγει το bug. Μετά την αναπαραγωγή, ζητήστε fix με εξήγηση.
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