Merge pull request #1 from twgardner2/shown_to_show_in_debugging

Fix typo
This commit is contained in:
twgardner2 2017-09-02 10:18:43 +02:00 committed by GitHub
commit 2bbf6a91dc

View file

@ -101,7 +101,7 @@ Please open the informational dropdowns to the right (labeled with arrows). They
1. **`Watch` -- shows current values for any expressions.**
You can click the plus `+` and input an expression. The debugger will shown its value at any moment, automatically recalculating it in in the process of execution.
You can click the plus `+` and input an expression. The debugger will show its value at any moment, automatically recalculating it in in the process of execution.
2. **`Call Stack` -- shows the nested calls chain.**