GPT is a much better debugger than coder in my experience. It is a drop in replacement for googling random linux errors too.
"I'm getting this error <error> with the following code. Please add log statements that will test for all the things that could be going wrong <code>"
Saved me about 15 minutes yesterday. Not only does chatGPT generate the probably causes of the error, it knows how to test the code for those errors. The human doesn't even have to read the error message anymore.
"I'm getting this error <error> with the following code. Please add log statements that will test for all the things that could be going wrong <code>"
Saved me about 15 minutes yesterday. Not only does chatGPT generate the probably causes of the error, it knows how to test the code for those errors. The human doesn't even have to read the error message anymore.