Remove call invokeAndWait() under read lock in debugger (KT-13037)

Call to invokeAndWait() in dispatch thread or in situation when read lock isn't held left untouched. Can't remove invokeAndWait() completely because without the
progress bar idea looks to be stacked on debugger start because of long search for inline functions usages (searching for breakpoints places).

 #KT-13037 Fixed
This commit is contained in:
Nikolay Krasko
2016-07-15 16:05:09 +03:00
parent fafbbf697d
commit 5ea74ed562
2 changed files with 17 additions and 9 deletions
+1
View File
@@ -109,6 +109,7 @@ These artifacts include extensions for the types available in the latter JDKs, s
###### Issues fixed
- [`KT-13059`](https://youtrack.jetbrains.com/issue/KT-13059) Fix error stepping on *Step Over* action in the end of while block
- [`KT-13037`](https://youtrack.jetbrains.com/issue/KT-13037) Fix possible deadlock in debugger in 2016.1 and exception in 2016.2
## 1.0.3