LLM : Your Debugging Analyzer

UknOwWho_Ab1r
2 min readApr 12, 2024

Today we are delving into how to debug message with large language model. In programming world, one of the best part is debugging or the act of problem solving. In the previous generation people checked message one by one and as the Generative AI revolution is ongoing, so does the method of debugging methods. So here we are going to showcase how we debug codes nowadays.

Let’s start with the Error Message :

As we see the red underlining from there we can gather what are the possible errors in the code. Now let’s dive into debugging this through Large Language Models like Chat GPT or Anthropic Claude3. We are also going to see what other models like @Mistral AI / @Deepseek LLM help us debug our code.

Let’s goooo !!!

We paste our Code inside GPT-4 and then asked it with the
prompt “ Help me Debug the Error Code in bits and pieces with names and error codes“

Check that !__!

--

--