This commit is contained in:
Ilya Kantor 2017-09-24 11:32:12 +03:00
commit 862075a6bc
2 changed files with 2 additions and 2 deletions

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.**

View file

@ -1 +1 @@
Here we can use `log.push(args)` to store all arguments in the log and `f.apply(this, args)` to forward the call.
Here we can use `calls.push(args)` to store all arguments in the log and `f.apply(this, args)` to forward the call.