Lynda Posted May 15, 2023 Report Share Posted May 15, 2023 I am at a loss debugging a script and have spent two days trying many (many combinations). I need a tool to help me see whats going on. Ca someone tell me what they use to debug their scripts. I need to see the content of my variables and selectors, as well as assignments. At this point, I trust nothing. Thank you in advance, Lynda Quote Link to comment Share on other sites More sharing options...
kpcollier Posted May 15, 2023 Report Share Posted May 15, 2023 Funny enough, I've been using ChatGPT A LOT for debugging and finding mistakes in my code. It's really good at finding tiny mistakes, things that don't make sense logic wise, and better, more compact code that accomplishes the same task as what I developed. I use this almost every day now. If you want something more traditional, I'd use Visual Studio Code and look up some videos on how to use their debugging tool. It's got a lot of features that could potentially help. Jodie 1 Quote Link to comment Share on other sites More sharing options...
Lynda Posted May 15, 2023 Author Report Share Posted May 15, 2023 Thank you! I will try that. Lynda Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.