Post

Tom ☕
Tom ☕@codevsdev·
are people still using debuggers? i just ask claude where the problem is…
English
26
1
23
1.4K
Ryan
Ryan@Ryan_liberricky·
@codevsdev debuggers show you the state. claude guesses it. there's a difference
English
1
0
8
128
Jowny Tacoboy
Jowny Tacoboy@moby_diak·
Oh for sure bro I was hella annoyed Wednesday that I had to attach to an IIS worker program because AI thought it could get by just recompiling a lower level dll and not the whole project. It was awesome watching the code work perfectly after all the necessary dlls were updated 🤓
English
0
0
1
34
Gale
Gale@_gaelicGhost·
@codevsdev I mean, I tell codex to run it and tail the logs for me while i repro. Or to throw in some signposts, run the profiler, and read me back the numbers
English
0
0
1
28
Abhishek Patel
Abhishek Patel@aabhishekpatel9·
@codevsdev It would work but it does harm your cognitive abilities as you are not using them
English
0
0
1
21
Mi Rony
Mi Rony@mironydev·
@codevsdev what's a debugger? sounds like an ai tool
English
0
0
1
28
David
David@David97717063·
@codevsdev Tell claude to use the debugger and it'll actually decompile assembly and reproduce structs and arrays from raw memory.
English
0
0
0
5
Carl The Great
Carl The Great@CoderCarl·
@codevsdev You must be writing simple code. Let’s see if it can figure out why dns packets are being blocked on a tunnel using an ares dns resolver (rather than system dns) but work fine outside the tunnel. An issue we had today at work - Claude was utterly useless.
English
0
0
0
18
daf
daf@dafydd_rees·
@codevsdev It depends if you want a guess or reasoning.
English
0
0
0
10
Rohit Kashyap | AI + Full-Stack
@codevsdev works until the bug is in the 3 lines you didn't paste in. a breakpoint never confidently lies to you about where the problem is
English
0
0
1
22
@talios@mastodon.nz
@codevsdev Depending on what you're trying to debug, you may not (environment, security, legal reasons). That said, single-step debugging a remotely deployed Kubernetes application routing through jump hosts is.... not that easy for a debugger OR Claude...
English
0
0
1
50
last.resort
last.resort@samy_42dev·
@codevsdev you may tell claude to use the debugger itself, if you havent yet, but you surely need to operate ahead of the agent because they rarely take good decisions
English
0
0
0
37
Sammy
Sammy@Debayoagain·
@codevsdev Use both, Claude code for example can run a debugger for you.
English
0
0
0
24
Partager