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
86622599
Commit
86622599
authored
10 years ago
by
Egor.Ushakov
Browse files
Options
Download
Email Patches
Plain Diff
IDEA-127125 Throwable at com.intellij.debugger.ui.breakpoints.BreakpointWithHighlighter.reload
parent
7c0fcae4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
java/debugger/impl/src/com/intellij/debugger/ui/breakpoints/BreakpointWithHighlighter.java
+6
-1
...ij/debugger/ui/breakpoints/BreakpointWithHighlighter.java
with
6 additions
and
1 deletion
+6
-1
java/debugger/impl/src/com/intellij/debugger/ui/breakpoints/BreakpointWithHighlighter.java
+
6
-
1
View file @
86622599
...
...
@@ -177,7 +177,12 @@ public abstract class BreakpointWithHighlighter<P extends JavaBreakpointProperti
protected
BreakpointWithHighlighter
(
@NotNull
Project
project
,
XBreakpoint
xBreakpoint
)
{
//for persistency
super
(
project
,
xBreakpoint
);
reload
();
ApplicationManager
.
getApplication
().
runReadAction
(
new
Runnable
()
{
@Override
public
void
run
()
{
reload
();
}
});
}
@Override
...
...
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