Debugger: add ability to evaluate expressions on closing bracket

This commit is contained in:
Natalia Ukhorskaya
2014-12-19 17:42:38 +03:00
parent 261ced59c5
commit 449ebc35ef
8 changed files with 46 additions and 0 deletions
@@ -0,0 +1,4 @@
fun foo() {
val aaa1 = 1
val aaa2 = 2
<caret>}
@@ -0,0 +1 @@
aaa1 + aaa2