Debugging: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
| Line 3: | Line 3: | ||
| '''The Debugging and Troubleshooting Portal''' | | '''The Debugging and Troubleshooting Portal''' | ||
|- | |- | ||
| '''Debugging''' is the activity of finding discrepancies in the source code that cause the code either to not compile (see [[Broken Run button]]), to not execute, to execute with errors, or to execute in an unexpected or undesirable way; all of which are refered to as '''''"Bugs" | | '''Debugging''' is the activity of finding discrepancies in the source code that cause the code either to not compile (see [[Broken Run button]]), to not execute, to execute with errors, or to execute in an unexpected or undesirable way; all of which are refered to as '''''"Bugs"'''''. | ||
|} | |} | ||
__NOTOC__ | __NOTOC__ | ||
Revision as of 13:50, 11 March 2021
| The Debugging and Troubleshooting Portal |
| Debugging is the activity of finding discrepancies in the source code that cause the code either to not compile (see Broken Run button), to not execute, to execute with errors, or to execute in an unexpected or undesirable way; all of which are refered to as "Bugs". |
| Subcategories | Topics in Debugging and Troubleshooting | ||
Fundamentals
Advanced Debugging | |||