-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[English]: Debugging #423
Comments
Hey @Krishnamohan-Yerrabilli do we have a status on this or a PR I can link to? |
This PR is available again. Below is a definition that is almost ready. The how it works needs a little more context. What it isA bug is a software error or fault leading to incorrect or unexpected output. Debugging is the process or activity of identifying and removing these bugs (or errors) from a software program to get the desired output. Problem it addressesWhen developers write code errors occur. That affects the program which will likely not function as desired (undefined behavior). To identify the source of the problem developers have to review the code line-by-line. Without context, i.e. variables, data, location in memory, etc., catching errors is quite hard. How it helpsDebugging tools provide developers with the needed context to review code and catch errors. By running the program and connecting a debugger, developers can control the flow of the program and instruct it to stop the program at specific points where ...[they suspect the error may be?]. >> needs more info. what exactly do they see and how are errors flagged? |
@CathPag assign it to me, I will finish |
Here you go :) |
My apologies @JasonMorgan for not giving an update on this issue, thank you to @CathPag for assigning this issue to another person :) . |
Hi @CathPag @JasonMorgan , this is the first version , here the PR : #552 |
Details (optional)
I'm so excited to work on this term.
The text was updated successfully, but these errors were encountered: