Similar Posts
Why does my monitor do this?
The monitor is the ASUS ROG Strix XG249CM. When I turn off my PC, my monitor starts changing colors (see video link). When I press the buttons on the back of the monitor, the monitor only shows me which button I just pressed, but the buttons don't perform their function. The light cycles between on…
Visual Studio starts old code?
Hello, when I'm programming in Visual Studio and I encounter an error in my code, the old code that worked before starts. However, I want to change this setting so that instead of the old code starting, I get the old error message. Unfortunately, I can't find the setting where exactly I do this. can…
Run Python code in Microsoft Cloud 24/7?
Hello, I would like to know how I can make my Python code run in the Microsoft Cloud 24/7. Bonus question: The script needs a file that I have on my computer to work. If the code is running on the cloud, the script obviously can't access it. What path do I need to specify…
What is this element called in HTML?
Hello folks, I recently started with HTML & CSS and wanted to program a simple form, but I am desperately looking for this type of field to increase or decrease the value (see attachment). Can someone help me and tell me what the appropriate day would be? Thank you in advance <3
How to make these lines ?
Hi How do I make these lines? (On the middle page, left of the text) The only method I can think of is to take an empty container and color the top edge. Do you know any other ways? Best regards Lisa 🥰
Looking for project ideas for web development?
Hey guys, since we have to finish a project at school at the end of the year, I wanted to ask you what ideas you have in the area of web development. The project must be implemented in groups of 2 to 3 people. We need to integrate both backend and frontend into our project…
Hello!
It depends on the bug and the situation.
Usually I find bugs within the IDE or this is shown to me. If mistakes/bugs only show off, then I recognize the symptom, change the source code and recompile. An error message is often also displayed.
If it should go fast or if the processing in the source code and re-compile take too much time, the project is not available or a customer immediately need help, then I use a Debugger & Disassembler, go through this, make small change and is good. Emergency also fixed with a HexEditor.
If there is a bug and it occurs externally with System z and Customer x, I cannot understand it myself and there are neither symptoms nor error messages, then this must be looked at locally or emulsified here with me. If I get to the pointer, I’ll look at the source code again, do everything new or let third parties look over it. Often it’s just a small thing or you’ve become a project blind, so something goes down. EIne number confused, instead of “;” made a “:” etc. Small things can create great causes.
Sometimes causes are very curious and not always obvious. I’ve experienced almost everything.
It’s corrosive if bugs just sporadically show up for pleasure and mood.
First of all, put everything on electrics and mechanics. There are usually problems when something does not work 😉
For the unlikely event that it’s my code, let a colleague look at it. Mostly, people who aren’t so deep in the program find the mistake more.
So long until I found him, even if it takes a few days.
Be it, the customer expects fault-free software, and since my software is supposed to save life, but in case of a mistake can lead to death (what has never happened before) there is a very high care.
See Graph 😉
Then I don’t need to wonder…
if I can’t find a bug I ask other people if they can find it. and if you can’t find bugs, I’m trying to rewrite the codebase, and I’m explaining to my dog what every line code does.
“I’m getting in”
-I’ve been a game developer for 5 years. Does it still not create a single picture on the canvas without tutorials because the 2 context makes the whole much too complicated
Let someone else look at it. In most cases, the associated explanation brings insights.
otherwise test step by step and compare it with setpoint values.