Skip to content

Commit 3dd8be0

Browse files
authored
Add success survey to "Learning to debug with GitHub Copilot" (#54617)
1 parent 242a2e4 commit 3dd8be0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/get-started/learning-to-code/learning-to-debug-with-github-copilot.md

+8
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,14 @@ Why is the output of this code so much higher than expected? Please explain in d
143143
144144
To fix this error, {% data variables.product.prodname_copilot_short %} will suggest code that removes the extra `factorial` from the equation, or that changes the `*=` operator to `=`.
145145
146+
{% note %}
147+
148+
Did you successfully debug `bugged_factorial_finder.py`?
149+
150+
<a href="https://docs.github.io/success-test/yes.html" target="_blank" class="btn btn-outline mt-3 mr-3 no-underline"><span>Yes</span></a> <a href="https://docs.github.io/success-test/no.html" target="_blank" class="btn btn-outline mt-3 mr-3 no-underline"><span>No</span></a>
151+
152+
{% endnote %}
153+
146154
## Debugging your own project
147155
148156
Now that you've practiced debugging some simple programs with {% data variables.product.prodname_copilot_short %}, you can use the same methodologies to find and fix bugs hiding in your own work.

0 commit comments

Comments
 (0)