English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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

2007-06-26 03:55:59 · 9 answers · asked by Terry M 3 in Computers & Internet Programming & Design

9 answers

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!

2007-06-26 04:24:39 · answer #1 · answered by clicks4fun 2 · 0 0

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.

2007-06-26 04:08:25 · answer #2 · answered by philipscown 6 · 0 0

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".

2007-06-26 04:22:10 · answer #3 · answered by masterblaster 3 · 0 0

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 04:10:42 · answer #4 · answered by Fester Frump 7 · 0 0

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 04:02:26 · answer #5 · answered by Anonymous · 1 0

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.

2007-06-26 04:51:20 · answer #6 · answered by champer 7 · 0 0

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

2007-06-26 04:00:58 · answer #7 · answered by CS 1 · 0 1

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.

2016-11-07 11:45:22 · answer #8 · answered by tahir 4 · 0 0

To remove a hidden electronic device, such as a microphone

2007-06-26 03:59:54 · answer #9 · answered by biowolf89 3 · 0 3

fedest.com, questions and answers