Skip to content
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

Closed
Krishnamohan-Yerrabilli opened this issue Feb 11, 2022 · 6 comments · Fixed by #552
Closed

[English]: Debugging #423

Krishnamohan-Yerrabilli opened this issue Feb 11, 2022 · 6 comments · Fixed by #552
Assignees
Labels
lang/en for English

Comments

@Krishnamohan-Yerrabilli

Details (optional)

I'm so excited to work on this term.

@JasonMorgan
Copy link
Collaborator

Hey @Krishnamohan-Yerrabilli do we have a status on this or a PR I can link to?

@CathPag
Copy link
Collaborator

CathPag commented Mar 4, 2022

This PR is available again. Below is a definition that is almost ready. The how it works needs a little more context.

What it is

A 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 addresses

When 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 helps

Debugging 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?

@fsbaraglia
Copy link
Collaborator

@CathPag assign it to me, I will finish

@CathPag
Copy link
Collaborator

CathPag commented Mar 6, 2022

Here you go :)

@Krishnamohan-Yerrabilli
Copy link
Author

My apologies @JasonMorgan for not giving an update on this issue, thank you to @CathPag for assigning this issue to another person :) .

@fsbaraglia
Copy link
Collaborator

Hi @CathPag @JasonMorgan , this is the first version , here the PR : #552
if you can please have a look, you might find some good improvements

@jihoon-seo jihoon-seo linked a pull request Mar 8, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang/en for English
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants