Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/io/flutter/vmService/DartVmServiceDebugProcess.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ public DartVmServiceDebugProcess(@NotNull final ExecutionEnvironment executionEn
session.addSessionListener(new XDebugSessionListener() {
@Override
public void sessionPaused() {
// This can be removed if XFramesView starts popping the project window to the top of the z-axis stack.
final Project project = getSession().getProject();
focusProject(project);
stackFrameChanged();
}
Comment thread
helin24 marked this conversation as resolved.
Outdated

Expand Down
Loading