Debugger: fix step over inside inline function (do not step into function literal argument)

This commit is contained in:
Natalia Ukhorskaya
2016-04-06 17:30:35 +03:00
parent 8ad339836d
commit f0cfd450e5
9 changed files with 171 additions and 100 deletions
+4
View File
@@ -11,6 +11,10 @@
### IDE
#### Debugger
- Do not step into inline lambda argument during step over inside inline function body
## 1.0.2
### Compiler