Question:
Can anyone explain what debugging is?
Terry M
2007-06-26 07:55:59 UTC
Can anyone explain in simple language what debugging is, why debug alerts appear and what is it supposed to do.

this do you wish to debug alert gets to be a great annoyance at times, what if anything does it actually do, on a few occasions I have selected yes debug option but do not find anything actually happens
Nine answers:
clicks4fun
2007-06-26 08:24:39 UTC
Debugging is simply finding out what is wrong.



Debug alerts usually appear when 'debuugging' is turned on and a system experiences an error. If you are technically gifted you can use the error to fix the problem.



In a lot of cases debbugging error reports are not that serious and can be ignored. This is useful if you are not technically gifted, like me!
philipscown
2007-06-26 08:08:25 UTC
Debugging is the process of removing faults in computer code. This could be in the logic, it could be a misspelling, or it could be syntax (the grammar). Some systems have an automatic debugging aid in place. This doesn't actually debug, but pops up to help programmers do that when something goes wrong. The better ones will show the code at the point of the bug (i.e. where part of the OS thinks there is a bug - not necessarily where the programmer finds it).



It's usually possible to turn debuggers off.
masterblaster
2007-06-26 08:22:10 UTC
Debugging as one answerer said is removing glitches and problems within code or software on a pc. When a new piece of software is set up it invariably has errors or "bugs" which need to be removed. It is sometimes sent out to the public as a Beta version to be tested and then released as the full version. Known problems are then "debugged".



Programming language suchs as Pascal and Cobol contain debugging tools for checking.errors in code.



Internet Explorer sometimes gives a message about script debugging and you can disable this message in Internet options by going to the Advanced tab and checking the box "disable script debugging".
Fester Frump
2007-06-26 08:10:42 UTC
Bugs are the common name for mistakes in computer programs. Debugging is the art of finding/fixing the bugs. Sometimes computer programs come with a debugging mode that usually tech support folks will have you turn on to isolate the area of the software program your running for where the bug in question is occurring.



These debug alerts are coming from some particular piece of software on your computer, you need to figure out what that software is and call the vendors tech support.
2007-06-26 08:02:26 UTC
Debugging is usually a process of looking through program code and running various tests to eliminate bugs that can cause the program to fail to do what is expected of it.



The kind of debugging you refer to, such as when an error pops up and the system asks you if you'd like to debug it, is a bit different. The info presented in such alerts is really only useful to programmers fluent in the code used to build the program which failed, and/or code used to build Windows itself. As an end-user, this info isn't really useful at all.



Developers might ask you to send such information to them to help them track down some problem with their program, but otherwise it's quite useless.
?
2007-06-26 08:51:20 UTC
For the average user, like you and me, debugging reports will mean nothing at all. They're only useful to those who understand the code the program was written in. I've found that persistent bug reports are usually cured by reinstalling the software in question, it's not actually a bug at all that's been picked up.



You can usually turn de buggers off, man.
CS
2007-06-26 08:00:58 UTC
Debugging is a process to see what is going on in the memory while executing an application

this will make you know where is the error if there is an logical error in the application. Which makes programming much easier
tahir
2016-11-07 16:45:22 UTC
Debugging is a technique used to % out defects in utility. there are various distinctive techniques of debugging utility. It ultimately relies upon on which workstation language you’re programming in. to illustrate, in case you’re coding in C#, additionally frequently used as “C Sharp”, using Microsoft’s seen Studio, there’s a characteristic interior the form environment that facilitates you to execute this gadget whilst stepping in the time of the code one line at a time. whilst stepping in the time of the code you will discover the values of your variables and gadgets in genuine time. this permits you to make certain the that your utility is doing what it’s meant to do. in the previous you will get stable at debugging you would be able to desire to get stable at programming and expertise the language of your decision nicely adequate to be conscious of what it ability to debug. It takes a brilliant number of practice and study to get stable at programming and much extra time to be a stable debugger. desire this permits.
biowolf89
2007-06-26 07:59:54 UTC
To remove a hidden electronic device, such as a microphone


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...