Results 1 to 9 of 9

Thread: What is debugging?

  1. #1

  2. #2
    Registered pxljobs's Avatar
    Join Date
    Jul 2016
    Location
    Bangalore
    Posts
    290
    The debugging is the process of identify and remove errors this will handled by software programmers via debugging tools for example large software programs have millions of code divide into small components each component debugged separately first followed remaining so debugging is important for programs.

  3. #3
    Registered
    Join Date
    Jan 2017
    Posts
    55
    In software development, debugging involves locating and correcting code errors in a computer program. Debugging is part of the software testing process and is an integral part of the entire software development lifecycle.

    Thank you~!

  4. #4
    Junior Registered
    Join Date
    Dec 2016
    Posts
    8
    Debugging is the routine process of locating and removing computer program bugs, errors or abnormalities, which is methodically handled by software programmers via debugging tools. Debugging checks, detects and corrects errors or bugs to allow proper program operation according to set specifications.

  5. #5
    Registered
    Join Date
    May 2017
    Posts
    89
    Debugging is a process of finding errors from the software or a program, It is an important process by which we can find out the errors of the program. That is why statics code review is an Important process in finding errors of the websites programming. So, we will not face any kind of attacks.

  6. #6
    Registered sulbha's Avatar
    Join Date
    Dec 2014
    Location
    Bangalore
    Posts
    542
    In software development, debugging involves locating and correcting code errors in a computer program. Debugging is part of the software testing process and is an integral part of the entire software development lifecycle. The debugging process starts as soon as code is written and continues in successive stages as code is combined with other units of programming to form a software product. In a large program that has thousands and thousands of lines of code, the debugging process can be made easier by using strategies such as unit tests, code reviews and pair programming.

  7. #7
    Registered
    Join Date
    Nov 2016
    Posts
    649
    debugging, in PC programming and designing, is a multistep procedure that includes recognizing an issue, segregating the wellspring of the issue, and after that either adjusting the issue or deciding an approach to work around it. The last advance of debugging is to test the revision or workaround and ensure it works.
    debugging is the part of the software testing.
    In software developement debugging includes finding and rectifying code mistakes in a computer program.

  8. #8
    Registered
    Join Date
    Jun 2017
    Location
    india
    Posts
    70
    Debugging is the process that is to find and remove the bugs from a software program. There are seven steps for debugging. They are as follows

    - Track the problem
    - Reproduce it
    - Automate and simplify
    - Find the possible infection orgins
    - Focus on the most likely origins
    - Isolate the infaction chain
    - Correct the defect

  9. #9
    Registered RH-Calvin's Avatar
    Join Date
    Mar 2017
    Location
    Forum
    Posts
    1,667
    Debugging is the routine process of locating and removing computer program bugs, errors or abnormalities, which is methodically handled by software programmers via debugging tools. Debugging checks, detects and corrects errors or bugs to allow proper program operation according to set specifications.
    Cheap VPS Hosting | VPS Starting from $12 PER Year
    Cheap Dedicated Server | Unmetered Bandwidth | Free Setup and IPMI

Similar Threads

  1. PHP Debugging help needed...
    By MarkB in forum Website Programming & Databases
    Replies: 5
    Last Post: 06-08-2004, 01:00 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •