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

[译] [808] 本章小结 #21

Open
cssmagic opened this issue Feb 29, 2024 · 0 comments
Open

[译] [808] 本章小结 #21

cssmagic opened this issue Feb 29, 2024 · 0 comments

Comments

@cssmagic
Copy link
Owner

Summary

本章小结

  • Debugging is an important skill that includes finding errors in code and then correcting them.
  • Print statements can be an effective way of learning about what is happening in your code.
  • The VS Code debugger is another way of learning what is happening in your code that provides powerful features for monitoring how variables change as the code executes.
  • Once an error is uncovered, there are multiple ways to help Copilot fix the error for you, but if that fails, you can often fix the code directly.
  • Our workflow of designing functions now includes debugging, and with the skill of debugging, you are more apt to write the software you want.
  • Outside of debugging, the VS Code debugger can be a powerful tool in learning more about how the code works.
  • 调试是一项关键能力,它包括寻找并修正代码中的错误。
  • 利用打印语句能有效地帮助你理解代码的运行情况。
  • VS Code 调试器是学习代码执行细节的另一种方法,提供了监控变量随代码执行而变化的强大特性。
  • 当错误被发现时,有多种方式可以辅助 Copilot 帮你修正错误,但如果这些方法不成功,你通常可以直接对代码进行修改。
  • 我们的函数设计流程如今包含了调试环节,拥有调试技能使你更加能够创建出符合自己愿望的软件。
  • 在调试的范畴之外,VS Code 调试器还是一个强有力的工具,助你更深入地理解代码的工作机制。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant