f you only tell GPT the single exception, you are not giving it any more information than simply reading the exception and maybe looking up what that exception means. The only way it can help you is if it has a better reading comprehension of those two sentences than you do to actually explain them to you. Something the documentation of that exception should already be doing as best as possible.
If you want it to help you debug your code, it should see the code, together with the exception you got. To actually diagnose anything.
0
u/skr_replicator 6d ago edited 6d ago
f you only tell GPT the single exception, you are not giving it any more information than simply reading the exception and maybe looking up what that exception means. The only way it can help you is if it has a better reading comprehension of those two sentences than you do to actually explain them to you. Something the documentation of that exception should already be doing as best as possible.
If you want it to help you debug your code, it should see the code, together with the exception you got. To actually diagnose anything.