Y
Hacker News
new
|
ask
|
show
|
jobs
by
bulatb
458 days ago
> Cursor often gets into "dead loops" trying to fix code [1][2]. But, Cursor also seems to get out of dead loops when it adds `console.log` statements everywhere.
Hah. That sounds like just... debugging.
1 comments
arthurgousset
457 days ago
Yes! Cursor really wants to debug. Personally, I don't love when Cursor adds 100s of `console.log` diffs to my project. I like debuggers for that.
link
laacz
456 days ago
Cursor does not want anything. Eseesntially it adds tons of console.log because it's the thing training material says it should do next.
link