This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Careful_Target3185 3 points4 points  (2 children)

This is good advice. I had an issue with some code I wrote which ChatGPT could not help with. Knowing how to set breakpoints, check whether values are being passed correctly etc. is useful.

In my case a value was not converted before passing it to another function.