Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

debugging

  1. Grynn

    JavaScript My React Portfolio

    Hi I'm brand new to you this site and relatively new to web dev world. I graduated from my boot camp (shout out to General Academy) in April. And I've been feeling progressing less imposter syndromeyyy as i am beginning to feel this wonderful wonderfullness about myself progressively and...
  2. JosiahMaybe

    Ubuntu code testing/debugging maybe

    Okay so I am trying to run/debug some libraries on Ubuntu. I can't get VS Code. I have code in Ruby (I can debug via "ruby name.rb"), Kotlin, Swift, and Javascript. I found some online compilers but there are limits to those and terms. I could probably just HTML page a JavaScript and debug that...
  3. zw1k1

    Node.JS Issue with Detecting User Presence in Roblox Game

    Hi everyone, I'm facing an issue with my script that's designed to detect user presence in a Roblox game and notify a Discord channel (by using a Discord bot). The problem is that even though my script executes without errors, it doesn't detect users in the game properly. This is my script...
  4. V

    Python Blender Script returns RuntimeError Can someone help me

    Hi I am consistently getting the following error message: Python: Traceback (most recent call last): File "C:\Users\myuser\OneDrive\Documents\somethingprivate\Diagram1.blend\script.py", line 105, in <module> File "C:\Program Files\Blender Foundation\Blender...
  5. smackytacky

    C++ ArduinoJson <overloaded function with no contextual type information>

    This is the older version code for ArduinoJson v5.0: JsonObject& json_parsed = jsonBuffer.parseObject(json); This is after I changed it to ArduinoJson v6.0: deserializeJson=(doc, json); And after that, I got this error message C:\Users\wweih\Desktop\New folder (2)\free_code\free_code.ino: In...
  6. M

    My Advice To Newer Programmers - Part 3

    Hey there. Over the past few weeks, I have been writing advice-pieces for newer programmers, who don't know where to start, what to do, all of that. This is the third one out of three, so far. You can read the other two, here...
Back
Top Bottom