Similar Posts

Subscribe
Notify of
8 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
CosmiqUser
1 year ago

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.

BrascoC
1 year ago

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.

AlterMannNB
1 year ago

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.

mveltre
1 year ago

See Graph πŸ˜‰

gufrastella
1 year ago
Reply to  mveltre

Then I don’t need to wonder…

SusgUY446
1 year ago

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.

WeissBrot965
1 year ago

β€œ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

buma1978
1 year ago

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.