Merge pull request #200 from Thespawnexe/patch-1

Typo Fix on '1. Watch' section.
This commit is contained in:
Ilya Kantor 2017-09-23 11:01:19 +03:00 committed by GitHub
commit f19274156d

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 show 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 the process of execution.
2. **`Call Stack` -- shows the nested calls chain.**