Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHE-516: Fix unstable debbuger behavior #580

Merged
merged 1 commit into from
Mar 9, 2016
Merged

Conversation

AndrienkoAleksandr
Copy link
Contributor

@AndrienkoAleksandr AndrienkoAleksandr commented Mar 1, 2016

@@ -148,13 +149,14 @@
private WorkspaceAgent workspaceAgent;
private FqnResolverFactory resolverFactory;
private EditorAgent editorAgent;
private DebuggerVariable selectedVariable;
private NotificationManager notificationManager;
private DebuggerVariable selectedVariable;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

formatting

)
.withType(DebuggerEvent.BREAKPOINT);
breakPointEvent = (BreakPointEvent)newDto(BreakPointEvent.class)
.withBreakPoint(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check formatting here

@sleshchenko
Copy link
Member

other LGTM

@tolusha
Copy link
Contributor

tolusha commented Mar 4, 2016

+1

@vparfonov
Copy link
Contributor

+1

Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
AndrienkoAleksandr added a commit that referenced this pull request Mar 9, 2016
CHE-516: Fix unstable debbuger behavior
@AndrienkoAleksandr AndrienkoAleksandr merged commit 921e0d6 into master Mar 9, 2016
@AndrienkoAleksandr AndrienkoAleksandr deleted the CHE-516 branch March 9, 2016 16:09
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants