You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/06/02 19:05:40 UTC

[37/50] [abbrv] git commit: [flex-falcon] [refs/heads/develop] - re-apply 9ced6a87f74183627a281597a1fd851bbea48edb from Flex SDK

re-apply 9ced6a87f74183627a281597a1fd851bbea48edb from Flex SDK


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/ce0e2449
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/ce0e2449
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/ce0e2449

Branch: refs/heads/develop
Commit: ce0e2449f4157de759af8401ffc294a193efb8de
Parents: 8dd9076
Author: Alex Harui <ah...@apache.org>
Authored: Mon Jun 1 16:34:15 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Jun 1 16:34:15 2015 -0700

----------------------------------------------------------------------
 debugger/src/flex/tools/debugger/cli/DebugCLI.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ce0e2449/debugger/src/flex/tools/debugger/cli/DebugCLI.java
----------------------------------------------------------------------
diff --git a/debugger/src/flex/tools/debugger/cli/DebugCLI.java b/debugger/src/flex/tools/debugger/cli/DebugCLI.java
index 4e11650..b740390 100644
--- a/debugger/src/flex/tools/debugger/cli/DebugCLI.java
+++ b/debugger/src/flex/tools/debugger/cli/DebugCLI.java
@@ -2645,8 +2645,8 @@ public class DebugCLI implements Runnable, SourceLocator
 				} else {
 					pendingPromptIsolate = hasPendingInitialPrompts();
 				}
-				if ( pendingPromptIsolate != -1) {
-					dumpInitialPrompt(pendingPromptIsolate);
+                if (pendingPromptIsolate != -1 && pendingPromptIsolate == m_activeIsolate) {
+                	dumpInitialPrompt(pendingPromptIsolate);
 				}
 			}
 		}