Skip to main content

DEBUGGING

Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program or a piece of electronic hardware thus making it behave as expected. -->
The debugging skill of the programmer is probably the biggest factor in the ability to debug a problem, but the difficulty of software debugging varies greatly with the programming language used and the available tools, such as debuggers. Debuggers are software tools which enable the programmer to monitor the execution of a program, stop it, re-start it, set breakpoints, change values in memory and even, in some cases, go back in time. The term debugger can also refer to the person who is doing the debugging.
Generally, high-level programming languages, such as Java, make debugging easier, because they have features such as exception handling that make real sources of erratic behaviour easier to spot. In lower-level programming languages such as C or assembly, bugs may cause silent problems such as memory corruption, and it is often difficult to see where the initial problem happened. In those cases, memory debugger tools may be needed.
In certain situations, general purpose software tools that are language specific in nature can be very useful. These take the form of static code analysis tools. These tools look for a very specific set of known problems, some common and some rare, within the source code. All such issues detected by these tools would rarely be picked up by a compiler or interpreter, thus they are not syntax checkers, but more semantic checkers.
Often the first step in debugging is to attempt reproduce the problem. This can be a non-trivial task
After the bug is reproduced, the input of the program needs to be simplified to make it easier to debug. For example, a bug in a compiler can make it crash when parsing some large source file. However, after simplification of the test case, only few lines from the original source file can be sufficient to reproduce the same crash
After the test case is sufficiently simplified, a programmer can use a debugger to examine program states (values of variables, the call stack) and track down the origin of the problem. Alternatively tracing can be used. In simple case, tracing is just a few print statements, which output the values of variables in certain points of program execution.


Comments

Popular posts from this blog

An epidemic of loneliness: Why are we lonely in a world so full?

In the town of Havenwood, an unusual epidemic takes over—not one of physical illness, but an outbreak of loneliness. When Lina, a fiery yet secretly tender-hearted skeptic of romance, meets Quinn, a free-spirited artist questioning the same ideas, they are forced to confront whether real connection lies beyond romantic love or if they are truly doomed to solitude. It was a crisp day in Havenwood, and the sky was brooding—dark clouds laced with impatient energy before a thunderstorm, as if even the heavens felt the town’s growing melancholy. It was not the kind of town you would expect to be cloaked in loneliness. Stone cottages lined the narrow, winding roads, and the trees had that sage-like stillness that you only see in stories and dreams. I hadn’t been here long when the problem struck me like a slap in the face: everyone was obsessed with finding The One, as if every single person was but half a person, wandering through life like a lost sock in search of its pair. How did a town ...

Epitome of Equality

First of all This is not to demean any religion.. I am a Hindu by birth, but yes I respect all religions .I offer my daily prayers , fast on holy days , but there was something that was disturbing me . God as per me was a Friend, someone who was by my side always , someone who was a dear friend , but this is not what everyone else thought , for others he was the Judge who gives his verdict always and punishes anyone and everyone . Walk into any temple and you would see , if you have money , you will be treated in a way as if you are the ONLY disciple of the God . I have had too many experiences where I was treated as a second class citizen in the temple . Why? Well I could not afford giving thousands as donation. This is not how it should be , God looks at each one of us with the same divinity .As I mentioned God for me is a friend, so tell me, do we chose friends based on their bank balances? Do we give our verdict on them ? then how can God do it? I know many of us would ...

Standard contents in a Guest Room

IN A 5 – STAR HOTEL GUEST ROOM:- 1. BED:- 1. Mattress (1) 2. Maters protector (1) 3. Bed sheet (2) 4. Night spread (1) 5. Blanket (1) 6. Pillows (2) 7. Bed cover (1) (Boisters) 2. ENTRANCE DOORS:- 1. Lire exit plan 2. DND card on the door know 3. Collect my laundry card 4. Please clean my room card 3. WARDROBE:- 1. Coat hangers 2. Skirt trouser hangers 3. Laundry bags 4. Pot 5. Extra blanket and pillows 6. Bed slippers 4. LOUNGE :- 1. Sofa,...