Hacker News new | ask | show | jobs
by beAbU 77 days ago
Can AI pause execution and step through the code line by line? Because that's what I think your parent comment is referring to.
2 comments

AI can use gdb.
How do you achieve this behavior ? Sorry I haven't done researchs on it because so the answer might be super easy, but I'm curious what's your solution
I haven’t done it specifically but it shouldn’t be much different from other tools calling
yes. better than me actually.