thread synchronization stuff, kinda important

This commit is contained in:
Manindra Moharana
2013-08-24 16:32:57 +05:30
parent 36741a4622
commit e9c09225b8
3 changed files with 134 additions and 126 deletions

View File

@@ -312,7 +312,7 @@ public class DebugEditor extends JavaEditor implements ActionListener {
dbg.stopDebug();
// remove var.inspector
vi.dispose();
errorCheckerService.stopThread();
// original dispose
super.dispose();
}