Jump to content

Can someone recommend a method or tool to use that will help me debug JS scripts?


Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...