Debugger: correct scope for runtime type calculation

This commit is contained in:
Natalia Ukhorskaya
2016-04-04 16:31:18 +03:00
parent e806341cdc
commit 0d4fa46cfa
6 changed files with 14 additions and 15 deletions
+1
View File
@@ -189,6 +189,7 @@ Issues fixed:
- [KT-6805](https://youtrack.jetbrains.com/issue/KT-6805) Convert Java expression to Kotlin when opening Evaluate Expression from Variables view
- Show error message when debug info for some local variable is corrupted
- Avoid 1s delay in completion in debugger fields if session is not stopped on a breakpoint
- Avoid cast to runtime type unavailable in current scope
### Java to Kotlin converter