getcursor / cursor

The AI Code Editor
https://cursor.com
25.37k stars 1.58k forks source link

Allow triggering the chain-of-thought "terminal debugging" on arbitrary inputs? #1069

Open ldorigo opened 1 year ago

ldorigo commented 1 year ago

The "terminal debugger" is impressively smart and solves the problem way more often than I would expect. However for some reason it doesn't always trigger (the option to debug is not always given, even with non-zero exit codes). Would it be possible to trigger the same flow manually?

jakobFNF commented 1 year ago

You need to cancel the currently running command or process first (for example, with Ctrl + C). After that, the 'Debug with AI' button will appear when hovering over any output block.