Two Copilot tips to speed up your debugging: 1. Paste a screenshot of your error. 📸 2. Drag & drop files from anywhere (not just your project) to add context. 💡 Here are both in action. ▶️
Nice. The sooner AI will take over programmer, the big amount of job places will be in 5 years after 🤔😁
If error is in a terminal session copilot ran it should probably be able to 'see' the error, but yes sometimes copy-pasting screenshots is necessary.
You are absolutely right!
Handy Copilot debugging hacks, pasting error screenshots and dragging files for extra context makes troubleshooting faster and more seamless!
What's the link to the full episode?
I don't like debugging, thats why I developed flowtrace: https://github.com/Rixmerz/flowtrace-debugger
Love these practical tips! Context is everything when debugging, and Copilot makes it easier than ever to turn more information into actionable suggestions.
Just don't paste your secrets or .env files 👍
Software developer @ bba;
1dOr you know, actually read the error messages, ponder about the implementation and learn something?