Tool
BlinkAI-असिस्टेड डीबगिंग वर्कफ्लो
अनुमान लगाना बंद करें और खोजना शुरू करें। बग को तेजी से निदान और ठीक करने के लिए एक दोहराने योग्य AI-असिस्टेड वर्कफ्लो।
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 से सबसे छोटा संभव टेस्ट केस लिखने के लिए कहें जो बग को रिप्रोड्यूस करे। एक बार रिप्रोड्यूस होने पर, स्पष्टीकरण के साथ फिक्स मांगें।
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