Go Back   Site Owners Forums - Webmaster Forums > Internet Promotion > Web Promotion

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 05-26-2017, 12:03 PM   #1
Bob Michael
Registered User
 
Join Date: May 2017
Posts: 19
what is code debug

What does it mean to say code debug on site?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Bob Michael is offline   Reply With Quote

Old 05-26-2017, 11:31 PM   #2
RobertsonWhite
Registered User
 
Join Date: Jan 2014
Location: United Kingdom
Posts: 75
Debugging, in computer programming and engineering, is a multistep process that involves identifying a problem, isolating the source of the problem, and then either correcting the problem or determining a way to work around it. The final step of debugging is to test the correction or workaround and make sure it works.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
RobertsonWhite is offline   Reply With Quote
Old 09-01-2017, 10:30 AM   #3
banhuhoian
Registered User
 
Join Date: Jun 2017
Location: http://sellcvvgood.net/
Posts: 225
The name already suggests that to de - bug the code is debugging means by identify the bug in code and fixing it is the process of debugging.

Suppose you have a code for a calculator and there is a method for division where you pass two variable divisor and divident and user enter divisor as 0(zero) then the program will get in a loop or will throw a run time error or exception. For this you have to write extra code in that method to handle the situation and that's called debugging.

This was very basic example, when you do complex programming then there will be so many complex situation that should be handled for preventing runtime error of program
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
banhuhoian is offline   Reply With Quote
Old 12-13-2017, 08:54 PM   #4
aliceta
Registered User
 
Join Date: Oct 2017
Posts: 91
Debug code is computer code introduced to a computer program to test for errors or to help determine the cause of an error. It can be as simple as an echo command to print the value of a variable at certain points of a program.
__________________
How to
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

How to
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
aliceta is offline   Reply With Quote
Old 12-14-2017, 07:55 AM   #5
Elsha
Registered User
 
Join Date: May 2012
Posts: 402
Debug code is computer code introduced to a computer program to test for errors or to help determine the cause of an error.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Elsha is offline   Reply With Quote
Old 12-15-2017, 10:57 AM   #6
Vineeta
Registered User
 
Join Date: Feb 2016
Location: India
Posts: 145
Debug code is computer code introduced to a computer program to test for errors or to help determine the cause of an error, One of the key features of Visual Studio Code is its great debugging support, Once an error has been identified.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Vineeta is offline   Reply With Quote
Old 12-18-2017, 03:34 AM   #7
wellliving
Registered User
 
Join Date: Dec 2015
Location: USA
Posts: 744
Hi


Debugging, in computer programming and engineering, is a multistep process that involves identifying a problem, isolating the source of the problem, and then either correcting the problem or determining a way to work around it.

https://www.welllivingshop.com/mattress-toppers/
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
wellliving is offline   Reply With Quote
Old 12-18-2017, 04:06 AM   #8
BryceBrady
Registered User
 
Join Date: Oct 2016
Posts: 580
Debug code is computer code introduced to a computer program to test for errors or to help determine the cause of an error. It can be as simple as an echo command to print the value of a variable at certain points of a program.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
BryceBrady is offline   Reply With Quote
Old 12-19-2017, 05:06 AM   #9
Yashmin
Registered User
 
Join Date: Mar 2017
Location: Dubai
Posts: 149
Debug code is computer code introduced to a computer program to test for errors or to help determine the cause of an error.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Yashmin is offline   Reply With Quote
Old 12-19-2017, 05:09 AM   #10
Vineeta
Registered User
 
Join Date: Feb 2016
Location: India
Posts: 145
Debug code is computer code introduced to a computer program to test for errors or to help determine the cause of an error.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Vineeta is offline   Reply With Quote
Old 12-20-2017, 12:11 AM   #11
seven miles
Registered User
 
Join Date: Nov 2017
Posts: 91
Debug code is computer code introduced to a computer program to test for errors or to help determine the cause of an error. It can be as simple as an echo command to print the value of a variable at certain points of a program.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
seven miles is offline   Reply With Quote
Old 12-25-2017, 08:10 AM   #12
deepakrajput
Registered User
 
Join Date: Feb 2015
Location: CA
Posts: 733
Code debug is an unexpected programming errors which most of users face.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
deepakrajput is offline   Reply With Quote
Old 12-27-2017, 09:00 PM   #13
aliceta
Registered User
 
Join Date: Oct 2017
Posts: 91
Debug code is computer code introduced to a computer program to test for errors or to help determine the cause of an error. It can be as simple as an echo command to print the value of a variable at certain points of a program.
__________________
How to
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

How to
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
aliceta is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Host1Plus.com - Web Hosting -50% | VPS From Hosting $2 | Dedicated Servers From $55 Aurimas Post your ad here 2 07-07-2016 10:11 PM
Host1Plus.com - Save 30% on Web Hosting |15% on VPS hosting Aurimas Post your ad here 0 03-21-2016 06:51 AM
Host1Plus.com - Web Hosting -30%| VPS -15%| Reseller from $20.00/mo Aurimas Post your ad here 0 03-01-2016 01:33 AM
Host1Plus.com | Quality International VPS Hosting with 24/7 Support from $0.75/mo Aurimas Post your ad here 0 08-13-2015 05:40 AM
attractive THANKGIVING offers with a coupon code KVChosting The Market 0 11-16-2012 06:21 AM


All times are GMT -7. The time now is 11:44 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.