Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
b8d6b9eb
Commit
b8d6b9eb
authored
6 years ago
by
Egor Ushakov
Browse files
Options
Download
Email Patches
Plain Diff
fixing leaking project in Groovy Compiler Tests
parent
ca8d156b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
java/debugger/impl/src/com/intellij/debugger/impl/DebuggerSession.java
+1
-1
.../impl/src/com/intellij/debugger/impl/DebuggerSession.java
with
1 addition
and
1 deletion
+1
-1
java/debugger/impl/src/com/intellij/debugger/impl/DebuggerSession.java
+
1
-
1
View file @
b8d6b9eb
...
...
@@ -713,7 +713,7 @@ public class DebuggerSession implements AbstractDebuggerSession {
myUpdateAlarm
.
addRequest
(()
->
{
final
DebuggerStateManager
contextManager
=
getContextManager
();
contextManager
.
fireStateChanged
(
contextManager
.
getContext
(),
Event
.
THREADS_REFRESH
);
},
100
,
ModalityState
.
NON_MODAL
);
},
ApplicationManager
.
getApplication
().
isUnitTestMode
()
?
0
:
100
,
ModalityState
.
NON_MODAL
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help