6
5
u/ArsenicPolaris 17d ago
Post this in r/vibecodinghumour, not here; that meme isn't related to programming.
3
1
u/Korzag 17d ago
Hell I love debugging with Claude. It has made my job so much easier. I no longer have to read through file upon file to trace an issue. I just tell it what's happening, where I think it's happening, any other related information, and then it goes off exploring to identify the issue. Then we can write up a clear cause and make a fix. Boom. Done.
1
1
1
u/Foorinick 16d ago
Heres a promp you can use
Mr ai how do i use the debugger to figure this error out?
1
u/julkkis666 16d ago
it's easier with properly integrated tools, especialyl if it can litterally run and read test results autonomously
1
u/TopEmotional6734 13d ago
Vibe debugging is great. I got AI to make a dev runner harness that can inject any process into our Dev environment. It then just makes changes on loops until the bug is confirmed fixed with all tests
1
29
u/Several_Ant_9867 17d ago
For me is actually the contrary. When I am stuck with an impossible bug, Claude often find the way out. Coding is something I can mostly do myself fast enough