Stack Trace

You might say

The terminal printed a long error. Which line should I send to the AI?

The position list printed when a program fails, ordered from the failure point back to the entryWhen a program crashes and prints a red error in the terminal, the stack trace lists nested function calls leading up to the failure. While the top frame is where execution halted, identifying the first frame that belongs to your own business files points directly to where the bug should be fixed.
Know first
Stack Trace
Further reading